ignore pytest ast warnings

This commit is contained in:
David Lord 2023-06-06 09:30:34 -07:00
parent 32d2f47ed1
commit d614d6bf8c
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -54,8 +54,8 @@ version = {attr = "flask.__version__"}
testpaths = ["tests"] testpaths = ["tests"]
filterwarnings = [ filterwarnings = [
"error", "error",
# change in Python 3.12 alpha causes warning from inside pytest # change in Python 3.12 causes warning from inside pytest
"ignore:onerror argument:DeprecationWarning", "ignore:ast:DeprecationWarning",
] ]
[tool.coverage.run] [tool.coverage.run]