Removed scheduler shutdown in tests

pull/40/head
Piero Toffanin 2016-10-29 20:37:12 -04:00
rodzic fef9f61c3b
commit 88fa760045
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -51,6 +51,3 @@ class BootTestCase(TestCase):
@classmethod
def tearDownClass(cls):
super(BootTestCase, cls).tearDownClass()
# Wait for background threads
scheduler.teardown()