changeset 5059:d741b99effdf

tox.ini: Add .eggs to norecursedirs This prevents py.test from trying to run tests in the .eggs directory, which setuptools can create.
author Marc Abramowitz <marc@marc-abramowitz.com>
date Wed, 22 Apr 2015 11:44:05 -0700
parents c5829bc7d090
children 778f7ae3b6eb
files tox.ini
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tox.ini	Thu Apr 23 09:03:53 2015 +0200
+++ b/tox.ini	Wed Apr 22 11:44:05 2015 -0700
@@ -1,6 +1,5 @@
 [pytest]
-norecursedirs = kallithea/tests/scripts .tox
-
+norecursedirs = kallithea/tests/scripts .tox .eggs
 
 [tox]
 envlist = py{26,27}-{pytest,nose}