Configure pytest's norecursedirs
This skips directories which don't contain unittests and also virtualenvs (in folders named env*, which is already in gitignore) as we don't want to execute any tests in there
This commit is contained in:
parent
8c4842cf1f
commit
ce471ca17c
1 changed files with 3 additions and 0 deletions
|
|
@ -3,3 +3,6 @@ release = egg_info -RDb ''
|
|||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[pytest]
|
||||
norecursedirs = .* *.egg *.egg-info env* artwork docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue