From: Arkadiusz Miƛkiewicz Date: Fri, 29 Jun 2018 09:23:42 +0000 (+0200) Subject: - patch added X-Git-Tag: auto/th/python3-3.7.0-1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fth%2Fpython3-3.7.0-1;p=packages%2Fpython3.git - patch added --- diff --git a/python3-no-randomize-tests.patch b/python3-no-randomize-tests.patch new file mode 100644 index 0000000..a3f2c0e --- /dev/null +++ b/python3-no-randomize-tests.patch @@ -0,0 +1,10 @@ +--- ./Tools/scripts/run_tests.py~ 2018-06-27 05:07:35.000000000 +0200 ++++ ./Tools/scripts/run_tests.py 2018-06-29 09:40:05.838625461 +0200 +@@ -31,7 +31,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':