Infra: Remove resolved warning filters (#3296)

This commit is contained in:
Hugo van Kemenade 2023-08-18 22:25:06 +03:00 committed by GitHub
parent bd0a5d82ba
commit 1509c88e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@ addopts = -r a --strict-config --strict-markers --import-mode=importlib --cov pe
empty_parameter_set_mark = fail_at_collect
filterwarnings =
error
# Awaiting release of https://github.com/python-babel/babel/issues/873
# in Babel 2.11, due 2022-08-01 https://github.com/python-babel/babel/milestone/6?closed=1
ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
# Awaiting https://github.com/sphinx-doc/sphinx/issues/10440
ignore:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning
minversion = 6.0
testpaths = pep_sphinx_extensions
xfail_strict = True