From: Jeremy Stanley Date: Sat, 17 Apr 2021 15:44:36 +0000 (+0000) Subject: Get more granular with Python warnings in tests X-Git-Tag: 0.4.0~5 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=1627fd4460858d164486a15a69efcd2aab7b1099;hp=1627fd4460858d164486a15a69efcd2aab7b1099 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. ---