Update test warnings for Python 3.10.0b2
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 5 Jun 2021 00:16:56 +0000 (00:16 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 5 Jun 2021 00:16:56 +0000 (00:16 +0000)
commit4d0b2ce4ca14051b2f408da5a772ad9bf3112c1f
treeccb54210a110e499987b0982e0207678e328b9af
parent3e0e4af54c09fe7a6269c55b1002ee3c4fe2fd39
Update test warnings for Python 3.10.0b2

Switch our PYTHONWARNINGS in tox.ini to use a string match on some
warnings which have become increasingly common for more modules
under Python 3.10.0b2. For those which can't be covered effectively
by matching their messages, get more specific by adding the
exception names to the current module exclusions. Hopefully this
will allow for fairly narrow warning filters while minimizing the
need for future additions, at least to the extent that's possible.
tox.ini