]> git.pld-linux.org Git - packages/python3.git/commitdiff
- patch added auto/th/python3-3.7.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 29 Jun 2018 09:23:42 +0000 (11:23 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 29 Jun 2018 09:23:42 +0000 (11:23 +0200)
python3-no-randomize-tests.patch [new file with mode: 0644]

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.446017 seconds and 4 git commands to generate.