mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Fix notebook tests w/ new stream capturing API.
This commit is contained in:
parent
9da24dda50
commit
eb680ddaa6
@ -57,10 +57,9 @@ class NotebookTestBase(TestCase):
|
||||
'--notebook-dir=%s' % cls.notebook_dir.name,
|
||||
]
|
||||
cls.notebook = Popen(notebook_args,
|
||||
stdout=nose.ipy_stream_capturer.writefd,
|
||||
stdout=nose.iptest_stdstreams_fileno(),
|
||||
stderr=STDOUT,
|
||||
)
|
||||
nose.ipy_stream_capturer.ensure_started()
|
||||
cls.wait_until_alive()
|
||||
|
||||
@classmethod
|
||||
|
Loading…
Reference in New Issue
Block a user