Stop trying to use PYTHONWARNINGS=error for now
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 6 Mar 2021 02:28:42 +0000 (02:28 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 6 Mar 2021 02:28:42 +0000 (02:28 +0000)
Additional deprecations in Setuptools have made trying to treat them
as errors basically insurmountable, and will likely remain that way
in some of the older Python interpreters we still support. Update
the comments in tox.ini in an attempt to track the latest blockers.


No differences found