Commit b36de51a authored by Miro Hrončok's avatar Miro Hrončok

Filter lib2to3 (Pending)DeprecationWarning in testes

lib2to3 is deprecated in Python 3.9: https://bugs.python.org/issue40360

Workarounds https://github.com/pypa/setuptools/issues/2081
parent 92ca9eab
Filter ``lib2to3`` ``PendingDeprecationWarning`` and ``DeprecationWarning`` in testes,
because ``lib2to3`` is `deprecated in Python 3.9 <https://bugs.python.org/issue40360>`_.
......@@ -20,3 +20,6 @@ filterwarnings =
ignore:Unicode unequal comparison failed to convert:UnicodeWarning
# https://github.com/pypa/setuptools/issues/2025
ignore:direct construction of .*Item has been deprecated:DeprecationWarning
# https://github.com/pypa/setuptools/issues/2081
ignore:lib2to3 package is deprecated:PendingDeprecationWarning
ignore:lib2to3 package is deprecated:DeprecationWarning
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment