Skip to content

Commit ce471ca

Browse files
committed
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
1 parent 8c4842c commit ce471ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ release = egg_info -RDb ''
33

44
[wheel]
55
universal = 1
6+
7+
[pytest]
8+
norecursedirs = .* *.egg *.egg-info env* artwork docs

0 commit comments

Comments
 (0)