diff --git a/IPython/lib/tests/test_irunner.py b/IPython/lib/tests/test_irunner.py index 2ffd755..d3d0e88 100644 --- a/IPython/lib/tests/test_irunner.py +++ b/IPython/lib/tests/test_irunner.py @@ -137,7 +137,7 @@ In [12]: exit def testPython(self): """Test the Python runner.""" - runner = irunner.PythonRunner(out=self.out) + runner = irunner.PythonRunner(out=self.out, args=['-E']) source = doctest_refactor_print(""" print 'hello, this is python'