##// END OF EJS Templates
Remove popen_wait from iptestcontroller.py
Luciana da Costa Marques -
Show More
@@ -28,9 +28,6 b' from IPython.utils.py3compat import decode'
28 from IPython.utils.sysinfo import get_sys_info
28 from IPython.utils.sysinfo import get_sys_info
29 from IPython.utils.tempdir import TemporaryDirectory
29 from IPython.utils.tempdir import TemporaryDirectory
30
30
31 def popen_wait(p, timeout):
32 return p.wait(timeout)
33
34 class TestController(object):
31 class TestController(object):
35 """Run tests in a subprocess
32 """Run tests in a subprocess
36 """
33 """
General Comments 0
You need to be logged in to leave comments. Login now