]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128192: mark new tests with skips based on hashlib algorithm availability (gh...
authorGregory P. Smith <greg@krypto.org>
Sun, 29 Dec 2024 06:32:32 +0000 (22:32 -0800)
committerGitHub <noreply@github.com>
Sun, 29 Dec 2024 06:32:32 +0000 (22:32 -0800)
commitffece5590e95e89d3b5b6847e3beb443ff65c3db
tree85f113abce783268211a8ae9c6abc7b90e962f17
parentc9159b7436363f0cfbddc3deae1bcf925b5c2d4b
gh-128192: mark new tests with skips based on hashlib algorithm availability (gh-128324)

Puts the _hashlib get_fips_mode logic check into test.support rather than spreading it out among other tests.
Lib/test/support/__init__.py
Lib/test/test_urllib2.py