changeset 5061:8c1258f69892

tests: Move pytest config (norecursedirs) from tox.ini to setup.cfg Avoid (conceptual) dependency on the tox meta test runner configuration.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 24 Apr 2015 01:39:05 +0200
parents 778f7ae3b6eb
children 552e47cd0f36
files setup.cfg tox.ini
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/setup.cfg	Wed Apr 22 14:57:12 2015 +0000
+++ b/setup.cfg	Fri Apr 24 01:39:05 2015 +0200
@@ -10,6 +10,9 @@
 detailed-errors = 1
 nologcapture = 1
 
+[pytest]
+norecursedirs = kallithea/tests/scripts .tox .eggs
+
 [compile_catalog]
 domain = kallithea
 directory = kallithea/i18n
--- a/tox.ini	Wed Apr 22 14:57:12 2015 +0000
+++ b/tox.ini	Fri Apr 24 01:39:05 2015 +0200
@@ -1,6 +1,3 @@
-[pytest]
-norecursedirs = kallithea/tests/scripts .tox .eggs
-
 [tox]
 envlist = py{26,27}-{pytest,nose}