Skip to content
Snippets Groups Projects
Commit d11fa9f1 authored by vlorentz's avatar vlorentz
Browse files

Tell pytest not to recurse in dotdirs.

pytest wastes a lot of time in .hypothesis and .git; this commit excludes them.
parent 581c7c8f
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
# Drop this when these fixtures aren't imported automatically anymore
addopts = -p no:pytest_swh_scheduler -p no:pytest_swh_storage
norecursedirs = docs
norecursedirs = docs .*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment