comparison setup.cfg @ 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 7187c1707eda
comparison
equal deleted inserted replaced
5061:8c1258f69892 5062:552e47cd0f36
9 with-pylons = test.ini 9 with-pylons = test.ini
10 detailed-errors = 1 10 detailed-errors = 1
11 nologcapture = 1 11 nologcapture = 1
12 12
13 [pytest] 13 [pytest]
14 norecursedirs = kallithea/tests/scripts .tox .eggs 14 norecursedirs = .* *.egg kallithea/tests/scripts
15 15
16 [compile_catalog] 16 [compile_catalog]
17 domain = kallithea 17 domain = kallithea
18 directory = kallithea/i18n 18 directory = kallithea/i18n
19 statistics = true 19 statistics = true