From: Jeremy Stanley Date: Sat, 5 Jun 2021 00:16:56 +0000 (+0000) Subject: Update test warnings for Python 3.10.0b2 X-Git-Tag: 0.4.1~8 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=4d0b2ce4ca14051b2f408da5a772ad9bf3112c1f;hp=4d0b2ce4ca14051b2f408da5a772ad9bf3112c1f 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. ---