##// END OF EJS Templates
Temporarily disabling the ipdoctest nose plugin....
Brian Granger -
Show More
@@ -54,7 +54,13 b' def main():'
54 warnings.filterwarnings('ignore',
54 warnings.filterwarnings('ignore',
55 'This will be removed soon. Use IPython.testing.util instead')
55 'This will be removed soon. Use IPython.testing.util instead')
56
56
57 argv = sys.argv + [ '--with-ipdoctest',
57 argv = sys.argv + [
58 # Loading ipdoctest causes problems with Twisted.
59 # I am removing this as a temporary fix to get the
60 # test suite back into working shape. Our nose
61 # plugin needs to be gone through with a fine
62 # toothed comb to find what is causing the problem.
63 # '--with-ipdoctest',
58 '--doctest-tests','--doctest-extension=txt',
64 '--doctest-tests','--doctest-extension=txt',
59 '--detailed-errors',
65 '--detailed-errors',
60
66
General Comments 0
You need to be logged in to leave comments. Login now