From 09bb0830a83ae81a125c92ac69a7efbc5cc18388 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 9 Aug 2013 11:16:17 -0700 Subject: [PATCH] Remove extra assert methods needed for Python 2.6 --- IPython/testing/iptest.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index 6462579a4..523f2f0ce 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -43,10 +43,6 @@ import warnings # is slow and we need it for our parametric tests to work correctly. from IPython.testing import nosepatch -# Monkeypatch extra assert methods into nose.tools if they're not already there. -# This can be dropped once we no longer test on Python 2.6 -from IPython.testing import nose_assert_methods - # Now, proceed to import nose itself import nose.plugins.builtin from nose.plugins.xunit import Xunit