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


No differences found