]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 9 Aug 2022 23:04:05 +0000 (17:04 -0600)
committerGitHub <noreply@github.com>
Tue, 9 Aug 2022 23:04:05 +0000 (16:04 -0700)
commit3ff6d9affb351292ad8530802e7c06f651520706
tree0e83f5d110faab40958ca8a5e8d5e4edda359b75
parent70fc9641b56144854777aef29c145cd10789e3df
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)

Under certain build conditions, test_check_c_globals fails.  This fix takes the same approach as we took for gh-84236 (via gh-20095).  We'll be removing use of distutils in the c-analyzer at some point.  Until then we'll hide the warning filter.
Lib/test/test_check_c_globals.py