diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 17:44:24 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 17:44:24 +0300 |
commit | c089c4500b0b78acf03ee5405ad250a84b0dfa66 (patch) | |
tree | 23870848d194569aff6e0e4e41bc7907960b1af1 /debian/patches/test-no-random-order.diff | |
parent | 377002e7300431b68f3548d9fd2c7f99cf883939 (diff) | |
download | python3.7-debian.tar.gz |
Import python3.7 (3.7.5-2)debian/3.7.5-2debian
Diffstat (limited to 'debian/patches/test-no-random-order.diff')
-rw-r--r-- | debian/patches/test-no-random-order.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/test-no-random-order.diff b/debian/patches/test-no-random-order.diff index 1c98695..b21e76d 100644 --- a/debian/patches/test-no-random-order.diff +++ b/debian/patches/test-no-random-order.diff @@ -4,8 +4,8 @@ Index: b/Tools/scripts/run_tests.py =================================================================== --- a/Tools/scripts/run_tests.py +++ b/Tools/scripts/run_tests.py -@@ -37,7 +37,6 @@ def main(regrtest_args): - args.extend(['-W', 'error::BytesWarning']) +@@ -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 |