[issue17774] unable to disable -r in run_tests.py

2019-05-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: Since -r doesn't usually take a value, what would be the best way to implement this? The current implementation always adds -r, so not including '-r' would need to retain the current behavior of randomization. Would something like '--no-random' be a good

[issue17774] unable to disable -r in run_tests.py

2014-08-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17774 ___ ___

[issue17774] unable to disable -r in run_tests.py

2013-04-17 Thread Matthias Klose
New submission from Matthias Klose: it is not possible to disable -r in run_tests.py. Other options like -u or -j can be overwritten, but not removing -r. -- components: Tests messages: 187160 nosy: doko priority: normal severity: normal stage: needs patch status: open title: unable to