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

Clean pytest configurations

This commit is contained in:
Jair Henrique
2025-01-07 09:38:32 -03:00
parent 440bc20faf
commit 80099ac6d7

View File

@@ -1,19 +1,11 @@
[tool.codespell] [tool.codespell]
skip = '.git,*.pdf,*.svg,.tox' skip = '.git,*.pdf,*.svg,.tox'
ignore-regex = "\\\\[fnrstv]" ignore-regex = "\\\\[fnrstv]"
#
# ignore-words-list = ''
[tool.pytest.ini_options] [tool.pytest.ini_options]
addopts = [ addopts = ["--strict-config", "--strict-markers"]
"--strict-config", asyncio_default_fixture_loop_scope = "function"
"--strict-markers",
]
markers = ["online"] markers = ["online"]
filterwarnings = [
"error",
'''ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning''',
]
[tool.ruff] [tool.ruff]
line-length = 110 line-length = 110