]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131277: allow `EnvironmentVarGuard` to unset more than one environment variable...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 16 Mar 2025 13:09:33 +0000 (14:09 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Mar 2025 13:09:33 +0000 (14:09 +0100)
commit3185e3115c918ec189e16cf9f5b51a13a0146556
tree4a773847ee275359ae58832afea1071858e539af
parent9558d22ac308c102e4f843541eead2022050225e
gh-131277: allow `EnvironmentVarGuard` to unset more than one environment variable at once (#131280)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
15 files changed:
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/support/os_helper.py
Lib/test/test__colorize.py
Lib/test/test__osx_support.py
Lib/test/test_builtin.py
Lib/test/test_getopt.py
Lib/test/test_io.py
Lib/test/test_locale.py
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_platform.py
Lib/test/test_regrtest.py
Lib/test/test_shutil.py
Lib/test/test_site.py
Misc/NEWS.d/next/Tests/2025-03-15-12-44-54.gh-issue-131277.JaMlVa.rst [new file with mode: 0644]