summaryrefslogtreecommitdiff
path: root/debian/patches/test-no-random-order.diff
blob: 1c98695c0d7862f164df0f577dbbb2c1413dd2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DP: Don't run the test suite in random order.

Index: b/Tools/scripts/run_tests.py
===================================================================
--- a/Tools/scripts/run_tests.py
+++ b/Tools/scripts/run_tests.py
@@ -37,7 +37,6 @@ def main(regrtest_args):
     args.extend(['-W', 'error::BytesWarning'])
 
     args.extend(['-m', 'test',    # Run the test suite
-                 '-r',            # Randomize test order
                  '-w',            # Re-run failed tests in verbose mode
                  ])
     if sys.platform == 'win32':