mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #4069 from takluyver/drop-nosepatch
Drop monkeypatch for pre-1.0 nose
This commit is contained in:
commit
ffbf79c20c
@ -37,12 +37,6 @@ import tempfile
|
||||
import time
|
||||
import warnings
|
||||
|
||||
# Note: monkeypatch!
|
||||
# We need to monkeypatch a small problem in nose itself first, before importing
|
||||
# it for actual use. This should get into nose upstream, but its release cycle
|
||||
# is slow and we need it for our parametric tests to work correctly.
|
||||
from IPython.testing import nosepatch
|
||||
|
||||
# Now, proceed to import nose itself
|
||||
import nose.plugins.builtin
|
||||
from nose.plugins.xunit import Xunit
|
||||
|
Loading…
Reference in New Issue
Block a user