Skip to content

Commit bbc018d

Browse files
committed
Need to avoid .eggs in recursing dirs. Ref pypa/setuptools-scm#212.
1 parent 99d850f commit bbc018d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[pytest]
2-
norecursedirs=dist build .tox
2+
norecursedirs=dist build .tox .eggs
33
addopts=--doctest-modules
44
doctest_optionflags=ALLOW_UNICODE ELLIPSIS

0 commit comments

Comments
 (0)