The value of norecusedirs is the default in newer versions of pytest which is
listed at
https://docs.pytest.org/en/3.0.0/customize.html#confval-norecursedirs.
This commit is contained in:
Brad Warren
2018-06-12 17:31:22 -07:00
committed by ohemorange
parent 95892cd4ab
commit 9f20fa0ef9
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
include LICENSE.txt
include README.rst
include pytest.ini
recursive-include docs *
recursive-include examples *
recursive-include acme/testdata *
+2
View File
@@ -0,0 +1,2 @@
[pytest]
norecursedirs = .* build dist CVS _darcs {arch} *.egg