Update warning filters for Python 3.11.0b1 etc
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 26 May 2022 16:36:17 +0000 (16:36 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 26 May 2022 16:36:17 +0000 (16:36 +0000)
commite3bc7f74dbe123224316870707ee0dd2a4ea00c8
treed613c8c1c11ec10bb67d4a01e78e4ce985b8f9c0
parent41f8b8aeb9f95f314c684a93ea01080c9a75ad42
Update warning filters for Python 3.11.0b1 etc

Python 3.11.0b1 adds new deprecation warnings for "dead batteries"
in the stdlib, both for our dependencies and ourself (telnetlib is
used a bit in the selftest). Also some new warnings are cropping up
with pip 22 and SetupTools 62, so filter those for now until they're
solved. Drop a filter for deprecated sre_constants use in the
pkg_resources vendored version of pyparsing which has recently been
updated.
tox.ini