# HG changeset patch # User Mads Kiilerich # Date 2015-04-24 01:39:05 # Node ID 8c1258f69892b47598d2fa4923d393b5715d2c3f # Parent 778f7ae3b6eb1497ce1f3aac5653aab8e5fdba0a tests: Move pytest config (norecursedirs) from tox.ini to setup.cfg Avoid (conceptual) dependency on the tox meta test runner configuration. diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -10,6 +10,9 @@ with-pylons = test.ini detailed-errors = 1 nologcapture = 1 +[pytest] +norecursedirs = kallithea/tests/scripts .tox .eggs + [compile_catalog] domain = kallithea directory = kallithea/i18n diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,3 @@ -[pytest] -norecursedirs = kallithea/tests/scripts .tox .eggs - [tox] envlist = py{26,27}-{pytest,nose}