From c336e7c27f966cc1e2d8c9d557d403555aa8c0b4 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Tue, 22 Feb 2022 13:54:07 +0000 Subject: [PATCH] test-no-random-order # DP: Don't run the test suite in random order. # DP: Don't run the test suite in random order. Gbp-Pq: Name test-no-random-order.diff --- Tools/scripts/run_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/scripts/run_tests.py b/Tools/scripts/run_tests.py index bcfa5e9..911aeb5 100644 --- a/Tools/scripts/run_tests.py +++ b/Tools/scripts/run_tests.py @@ -33,7 +33,6 @@ def main(regrtest_args): args.extend(test.support.args_from_interpreter_flags()) args.extend(['-m', 'test', # Run the test suite - '-r', # Randomize test order '-w', # Re-run failed tests in verbose mode ]) if sys.platform == 'win32': -- 2.30.2