]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (#121572)
authorsobolevn <mail@sobolevn.me>
Wed, 10 Jul 2024 10:11:46 +0000 (13:11 +0300)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 10:11:46 +0000 (13:11 +0300)
commite2822360da30853f092d8a50ad83e52f6ea2ced9
tree0d73e5caf9915bddcda32453f1c7fb7cf1b5d1b9
parent22a0bdbf9a63f92f45106c7dc4377e45e0278e60
gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (#121572)
Lib/test/support/__init__.py
Lib/test/test_subprocess.py