Changeset - 552e47cd0f36
[Not reviewed]
default
0 1 0
Marc Abramowitz - 11 years ago 2015-04-23 23:14:51
marc@marc-abramowitz.com
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).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.cfg
Show inline comments
 
@@ -11,7 +11,7 @@ detailed-errors = 1
 
nologcapture = 1
 

	
 
[pytest]
 
norecursedirs = kallithea/tests/scripts .tox .eggs
 
norecursedirs = .* *.egg kallithea/tests/scripts
 

	
 
[compile_catalog]
 
domain = kallithea
0 comments (0 inline, 0 general)