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