swh-lister/pytest.ini
Valentin Lorentz dca617f32f Tell pytest not to recurse in dotdirs.
pytest wastes a lot of time in .hypothesis and .git; this commit excludes them.
2020-08-25 10:38:09 +02:00

5 lines
167 B
INI

[pytest]
# We need this to avoid conflicts between the autoloaded fixture, and the
# manually loaded one.
addopts = -p no:pytest_swh_scheduler
norecursedirs = docs .*