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)
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.


No differences found