chore: Update filterwarnings in pyproject.toml

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-26 16:12:18 -03:00
commit b5acdb1b7d

View file

@ -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"]