diff options
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index d146eb0a24..ca4a3b515f 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -344,11 +344,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False, generate=False, tests = tests[:1] if randomize: random.shuffle(tests) - # XXX Temporary hack to force test_optparse to run immediately - # XXX after test_file. This should go away as soon as we fix - # XXX whatever it is that's causing that to fail. - tests.remove("test_file") - tests.insert(tests.index("test_optparse"), "test_file") if trace: import trace tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix], |