Update warning filter for SetupTools and filelock
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 19 Nov 2021 19:30:00 +0000 (19:30 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 19 Nov 2021 19:30:00 +0000 (19:30 +0000)
commitebdb4771ec06e3c43cacc8d6dea6f23c30ebf5b8
tree572e9e59bc75da077baa69a58a4b09bf6fb1119f
parent41273d5c0fe66e226f3601ff7bf42345f5ff6cc6
Update warning filter for SetupTools and filelock

SetupTools 58.3.0 deprecated use of the setup_requires parameter as
well as calls to easy_install and setup.py install. The filelock
library (used by virtualenv, on which tox relies) is replacing its
poll_intervall parameter with poll_interval and has deprecated the
former in a 3.4.0 release. Ignore these with the PYTHONWARNINGS in
tox.ini so they'll be filtered out.
tox.ini