Skip to content

Commit

Permalink
Need to avoid .eggs in recursing dirs. Ref pypa/setuptools-scm#212.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 26, 2018
1 parent 99d850f commit bbc018d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
norecursedirs=dist build .tox
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS

0 comments on commit bbc018d

Please sign in to comment.