diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index 523f2f0ce..b4aba1c4e 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -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