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)
commit5a014f5b9038812c9695faff015ce2e809c8d9cc
tree7d1608f86051fe2dd2e9095a63e8c27b10b8d37c
parentf3356aa2bcafd54c98a5683554b70f37ed7e9e8f
Stop trying to use PYTHONWARNINGS=error for now

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.
tox.ini