7 lines
208 B
INI
7 lines
208 B
INI
[pytest]
|
|
addopts = --strict-markers
|
|
asyncio_mode = strict
|
|
filterwarnings =
|
|
error::pytest.PytestWarning
|
|
ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning
|