1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

enable filterwarnings=error

This commit is contained in:
Thomas Grainger
2023-12-15 11:07:40 +00:00
parent 17c78bff9e
commit 556fd0166c

View File

@@ -5,7 +5,12 @@ ignore-regex = "\\\\[fnrstv]"
# ignore-words-list = ''
[tool.pytest.ini_options]
addopts = [
"--strict-config",
"--strict-markers",
]
markers = ["online"]
filterwarnings = ["error"]
[tool.ruff]
select = [