]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109276: libregrtest only checks saved_test_environment() once (#109278)
authorVictor Stinner <vstinner@python.org>
Tue, 12 Sep 2023 03:01:33 +0000 (05:01 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 03:01:33 +0000 (05:01 +0200)
commit4e77645986fd27beaf25779426ae8580009fae33
tree4c73a16f90fd0b8b490c4328bf9c062906fad4e8
parentdf4f0fe203a66ffa61c8ea71d30c87d13b973d3b
gh-109276: libregrtest only checks saved_test_environment() once (#109278)

There is no need to check for environment changes twice.
Lib/test/libregrtest/save_env.py
Lib/test/libregrtest/single.py