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:
parent
211f4610df
commit
dca617f32f
1 changed files with 1 additions and 1 deletions
|
@ -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 .*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue