]> git.pld-linux.org Git - packages/python3.git/blobdiff - python3-no-randomize-tests.patch
- patch added
[packages/python3.git] / python3-no-randomize-tests.patch
diff --git a/python3-no-randomize-tests.patch b/python3-no-randomize-tests.patch
new file mode 100644 (file)
index 0000000..a3f2c0e
--- /dev/null
@@ -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':
This page took 0.05423 seconds and 4 git commands to generate.