From: Matthias Klose Date: Thu, 17 Sep 2020 10:40:00 +0000 (+0100) Subject: test-no-random-order X-Git-Tag: archive/raspbian/3.9.0_rc2-1+rpi1^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a166d7c19f621ca9d80167c749bd25308d65d4f4;p=python3.9.git 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 --- 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':