swh-lister/pytest.ini
2023-12-03 17:54:52 +01:00

8 lines
227 B
INI

[pytest]
addopts =
# we need this to avoid conflicts between the autoloaded fixture,
# and the manually loaded one.
-p no:pytest_swh_scheduler
--import-mode=importlib
norecursedirs = build docs .*
asyncio_mode = strict