We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e17012 commit 12bd7a0Copy full SHA for 12bd7a0
IPython/testing/tools.py
@@ -19,7 +19,6 @@
19
#-----------------------------------------------------------------------------
20
21
import os
22
-import pipes
23
import re
24
import sys
25
import tempfile
@@ -38,7 +37,6 @@
38
37
has_nose = False
39
40
from IPython.config.loader import Config
41
-from IPython.utils.process import getoutputerror
42
from IPython.utils.text import list_strings
43
from IPython.utils.io import temp_pyfile, Tee
44
from IPython.utils import py3compat
@@ -208,7 +206,6 @@ def ipexec(fname, options=None):
208
206
]
209
207
cmdargs = default_argv() + prompt_opts + options
210
211
- _ip = get_ipython()
212
test_dir = os.path.dirname(__file__)
213
214
ipython_cmd = get_ipython_cmd()
0 commit comments