]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109276: regrtest re-runs "env changed" tests (#109831)
authorVictor Stinner <vstinner@python.org>
Mon, 25 Sep 2023 14:21:01 +0000 (16:21 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 14:21:01 +0000 (16:21 +0200)
commit72fb39c9656f72d942c2fe8720fb9a183e438a8a
treef38d859db1cbad5ffd3fea58cf7898daa6d399c3
parent64ab9f7d5c7cbe5ef997c7d841151e0e71e7f582
gh-109276: regrtest re-runs "env changed" tests (#109831)

When a test fails with "env changed" and --rerun option is used, the
test is now re-run in verbose mode in a fresh process.
Lib/test/libregrtest/results.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2023-09-25-14-41-18.gh-issue-109276.uC_cWo.rst [new file with mode: 0644]