From 7a07a1c88d1ff5bba862096e376e30479e344fcf Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 19 Aug 2013 14:55:56 -0700 Subject: [PATCH] Drop monkeypatch for pre-1.0 nose Closes gh-484 --- IPython/testing/iptest.py | 6 ------ 1 file changed, 6 deletions(-) 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