]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Jul 2024 10:38:48 +0000 (12:38 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 10:38:48 +0000 (10:38 +0000)
commitced3fe87b06d943b351b811bee80318c907a081f
tree843d342bd55e5fe5360f43d9ed3688dbef676e99
parent35c9399078727aead06b2f2b3f70369898bc8992
[3.13] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (GH-121572) (#121574)

gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (GH-121572)
(cherry picked from commit e2822360da30853f092d8a50ad83e52f6ea2ced9)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/support/__init__.py
Lib/test/test_subprocess.py