mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)
This commit is contained in:
parent
b2ab210aae
commit
ce298a1c15
2 changed files with 0 additions and 2 deletions
|
@ -406,7 +406,6 @@ def _parse_args(args, **kwargs):
|
|||
ns.use_mp = 0
|
||||
ns.randomize = True
|
||||
ns.fail_env_changed = True
|
||||
ns.fail_rerun = True
|
||||
if ns.python is None:
|
||||
ns.rerun = True
|
||||
ns.print_slow = True
|
||||
|
|
|
@ -394,7 +394,6 @@ class ParseArgsTestCase(unittest.TestCase):
|
|||
self.assertTrue(regrtest.randomize)
|
||||
self.assertIsInstance(regrtest.random_seed, int)
|
||||
self.assertTrue(regrtest.fail_env_changed)
|
||||
self.assertTrue(regrtest.fail_rerun)
|
||||
self.assertTrue(regrtest.print_slowest)
|
||||
self.assertTrue(regrtest.output_on_failure)
|
||||
self.assertEqual(sorted(regrtest.use_resources), sorted(use_resources))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue