Skip to content

Commit 1385943

Browse files
authored
add testpaths to setup.cfg pytest section (#1137)
* add norecursedirs to setup.cfg pytest * use testpaths instead of norecursedirs
1 parent 641e096 commit 1385943

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ ignore = E201, E241, E226, W503, W504
2020
exclude = pvlib/_version.py docs dist
2121

2222
[tool:pytest]
23-
junit_family=xunit2
23+
junit_family=xunit2
24+
testpaths = pvlib/tests

0 commit comments

Comments
 (0)