]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132535: Fix resource warnings in test_timeout (GH-132572)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 16 Apr 2025 07:20:07 +0000 (10:20 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Apr 2025 07:20:07 +0000 (10:20 +0300)
commit82f74eb2344cdb3197c726d1216e413ee61a30b3
tree0326727b74bbf6e7661af61682c6613831823794
parent4b15d105a2b954cce2d97646ebf9e672d3a23b45
gh-132535: Fix resource warnings in test_timeout (GH-132572)

They were emitted if internet connection was not available.
Lib/test/test_timeout.py