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"]
|
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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue