]> git.pld-linux.org Git - packages/python3.git/blob - python3-no-randomize-tests.patch
- rel 2; install gdb helper so gdb functions like py-bt (nice pythonised backtrace...
[packages/python3.git] / python3-no-randomize-tests.patch
1 --- ./Tools/scripts/run_tests.py~       2018-06-27 05:07:35.000000000 +0200
2 +++ ./Tools/scripts/run_tests.py        2018-06-29 09:40:05.838625461 +0200
3 @@ -31,7 +31,6 @@ def main(regrtest_args):
4      args.extend(test.support.args_from_interpreter_flags())
5  
6      args.extend(['-m', 'test',    # Run the test suite
7 -                 '-r',            # Randomize test order
8                   '-w',            # Re-run failed tests in verbose mode
9                   ])
10      if sys.platform == 'win32':
This page took 0.043593 seconds and 3 git commands to generate.