changeset 5062:552e47cd0f36

tests: restore pytest norecursedirs default patterns This replaces d741b99effdf by adressing the root cause: 5c8c77b7ca56 removed the default exclude of .* (and thus also .eggs/ used by latest setuptools) and *.egg (used by older setuptools).
author Marc Abramowitz <marc@marc-abramowitz.com>
date Thu, 23 Apr 2015 14:14:51 -0700
parents 8c1258f69892
children 55f855431f77
files setup.cfg
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.cfg	Fri Apr 24 01:39:05 2015 +0200
+++ b/setup.cfg	Thu Apr 23 14:14:51 2015 -0700
@@ -11,7 +11,7 @@
 nologcapture = 1
 
 [pytest]
-norecursedirs = kallithea/tests/scripts .tox .eggs
+norecursedirs = .* *.egg kallithea/tests/scripts
 
 [compile_catalog]
 domain = kallithea