[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 way to implement this?  That would be different than 
how the program handles the -u or -j because the '--no-random' would have to be 
removed from regrtest_args.

--
nosy: +cheryl.sabella
versions: +Python 3.8 -Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 disable -r in run_tests.py
type: behavior
versions: Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17774
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com