From be582b5f53ba0de696d2f2eb836d180b98fb0f60 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 3 Jul 2010 14:54:48 +0200 Subject: [PATCH] don't use dist-testing with jython to uncomplicate the testing matter --HG-- branch : trunk --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index e53ca488c..32275235a 100644 --- a/tox.ini +++ b/tox.ini @@ -15,9 +15,8 @@ basepython=python3.1 [testenv:jython] changedir=testing basepython=jython -deps=pytest-xdist commands= {envpython} {envbindir}/py.test-jython --confcutdir=.. \ - -n3 --junitxml=junit-{envname}1.xml [io_ code] + --junitxml=junit-{envname}1.xml [io_ code] {envpython} {envbindir}/py.test-jython --confcutdir=.. \ - -n3 --junitxml=junit-{envname}2.xml acceptance_test.py plugin + --junitxml=junit-{envname}2.xml acceptance_test.py plugin