Ignore deprecation warnings for Python 3.11.0a7
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 6 Apr 2022 14:51:49 +0000 (14:51 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 6 Apr 2022 14:52:52 +0000 (14:52 +0000)
commit1d35c07f5fc0f51e54ca64612b5ef4452ea0a477
tree027ee2ced19fa8e780eca3a7300b31e24bac2ab0
parent6c099fea58dcd5cac5faacf8195f0f10cb7f6599
Ignore deprecation warnings for Python 3.11.0a7

pip._vendor.pyparsing.core and pkg_resources._vendor.pyparsing raise
DeprecationWarning "module 'sre_constants' is deprecated" until a
new release containing
https://github.com/pyparsing/pyparsing/commit/3c03942 is vendored
into pip and pkg_resources.
tox.ini