Tell pytest not to recurse in dotdirs.

pytest wastes a lot of time in .hypothesis and .git; this commit excludes them.
This commit is contained in:
Valentin Lorentz 2020-08-25 10:38:09 +02:00
parent 211f4610df
commit dca617f32f

View file

@ -2,4 +2,4 @@
# We need this to avoid conflicts between the autoloaded fixture, and the
# manually loaded one.
addopts = -p no:pytest_swh_scheduler
norecursedirs = docs
norecursedirs = docs .*