]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:35:29 +0000 (12:35 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 10:35:29 +0000 (10:35 +0000)
commite47fec034e33e485bc85b543d883bc70d819ea1d
tree9f582ed98b291b4bffda2972fe99aeafa3bb0637
parentac4276cc7af019e1f68552fe28da79a01327658a
[3.12] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (GH-121572) (#121575)

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