##// END OF EJS Templates
Remove extra assert methods needed for Python 2.6
Thomas Kluyver -
Show More
@@ -43,10 +43,6 b' import warnings'
43 # is slow and we need it for our parametric tests to work correctly.
43 # is slow and we need it for our parametric tests to work correctly.
44 from IPython.testing import nosepatch
44 from IPython.testing import nosepatch
45
45
46 # Monkeypatch extra assert methods into nose.tools if they're not already there.
47 # This can be dropped once we no longer test on Python 2.6
48 from IPython.testing import nose_assert_methods
49
50 # Now, proceed to import nose itself
46 # Now, proceed to import nose itself
51 import nose.plugins.builtin
47 import nose.plugins.builtin
52 from nose.plugins.xunit import Xunit
48 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