mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #5775 from minrk/race-cleanup
wait until dead before cleaning up the temp dir
This commit is contained in:
commit
a44de827e7
@ -79,9 +79,9 @@ class NotebookTestBase(TestCase):
|
||||
@classmethod
|
||||
def teardown_class(cls):
|
||||
cls.notebook.terminate()
|
||||
cls.wait_until_dead()
|
||||
cls.ipython_dir.cleanup()
|
||||
cls.notebook_dir.cleanup()
|
||||
cls.wait_until_dead()
|
||||
|
||||
@classmethod
|
||||
def base_url(cls):
|
||||
|
Loading…
Reference in New Issue
Block a user