Get more granular with Python warnings in tests
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 17 Apr 2021 15:44:36 +0000 (15:44 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 17 Apr 2021 15:44:36 +0000 (15:44 +0000)
commit1627fd4460858d164486a15a69efcd2aab7b1099
tree860c8add1bc51d7102da50e759b075c0abae5818
parent3f200ce7ae627a036203c4d65502d96fe941fbb7
Get more granular with Python warnings in tests

Apparently, the PYTHONWARNINGS envvar has a rather flexible grammar
which can do things like exclude specific modules. Take advantage of
this to temporarily whitelist persistent problems in dependencies
(particularly packaging ecosystem tools/libraries) until they're
solved by their respective upstreams.
tox.ini