##// END OF EJS Templates
Merge pull request #4069 from takluyver/drop-nosepatch...
Thomas Kluyver -
r12278:f43c977e merge
parent child Browse files
Show More
@@ -37,12 +37,6 b' import tempfile'
37 import time
37 import time
38 import warnings
38 import warnings
39
39
40 # Note: monkeypatch!
41 # We need to monkeypatch a small problem in nose itself first, before importing
42 # it for actual use. This should get into nose upstream, but its release cycle
43 # is slow and we need it for our parametric tests to work correctly.
44 from IPython.testing import nosepatch
45
46 # Now, proceed to import nose itself
40 # Now, proceed to import nose itself
47 import nose.plugins.builtin
41 import nose.plugins.builtin
48 from nose.plugins.xunit import Xunit
42 from nose.plugins.xunit import Xunit
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now