Skip to content

Commit 9a0b134

Browse files
committed
try norecursedirs to get pytest to stop looking in numpy
1 parent ad48b37 commit 9a0b134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deps =
1717
numpy
1818

1919
[pytest]
20-
norecursedirs = .git build
20+
norecursedirs = .git build numpy
2121
testpaths = tests
2222
pep8ignore =
2323
*.py E111 E114 E115 E116 E121 E122 E123 E124 E125 E126 E127 E128 E129 E131 E265 E266 W503 E241 E401 E231 E203 E226

0 commit comments

Comments
 (0)