Kaydet (Commit) 71dc0a04 authored tarafından Tim Peters's avatar Tim Peters

Remove the temporary hack to force test_optparse to

run immediately after test_file.  At least 8 buildbot
boxes passed since the underlying problem got fixed,
and they all failed before the fix, so there's no point
to this anymore.
üst 0556e9b1
......@@ -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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment