forked from orbit-oss/flask
ignore pytest ast warnings
This commit is contained in:
parent
32d2f47ed1
commit
d614d6bf8c
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ version = {attr = "flask.__version__"}
|
|||
testpaths = ["tests"]
|
||||
filterwarnings = [
|
||||
"error",
|
||||
# change in Python 3.12 alpha causes warning from inside pytest
|
||||
"ignore:onerror argument:DeprecationWarning",
|
||||
# change in Python 3.12 causes warning from inside pytest
|
||||
"ignore:ast:DeprecationWarning",
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue