chore: Update filterwarnings in pyproject.toml
This commit is contained in:
parent
cbe3a05ebe
commit
b5acdb1b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ ignore-regex = '.*(Stati Uniti|Tense=Pres).*'
|
|||
minversion = "6.0"
|
||||
testpaths = ["tests", "integration"]
|
||||
console_output_style = "progress"
|
||||
filterwarnings = ["ignore::DeprecationWarning"]
|
||||
filterwarnings = ["ignore::DeprecationWarning", "ignore::ResourceWarning"]
|
||||
log_cli = true
|
||||
markers = ["async_test", "api_key_required"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue