]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94052: Don't re-run failed tests with --python option (GH-94054)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jun 2022 13:07:26 +0000 (06:07 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 13:07:26 +0000 (06:07 -0700)
commit1347607db12012f6458ffcba48d8ad797083812e
tree8130eeb8ba15a130bb2d3a3ff3a393072b4831c1
parentb4ebde429e75bc610c5f9e60188681b298bf1473
gh-94052: Don't re-run failed tests with --python option (GH-94054)

(cherry picked from commit 0ff7b996f5d836e63cdaf652c7aa734285261096)

Co-authored-by: Christian Heimes <christian@python.org>
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest_mp.py