From d55eda8a56e3e5e427826c4b2809777c81c9a0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 26 Feb 2019 17:35:24 +0100 Subject: [PATCH] Allow xdist to run the tests in parallel for the Python 2.7 env This reverts an accidental change that was introduced with 942ed7a8eea65f1c99b5f51a8587cfbeae73b484, which removed the {posargs} from tox.ini for the python 2.7 environment. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4c2f9914..03b82ada 100644 --- a/tox.ini +++ b/tox.ini @@ -62,7 +62,7 @@ commands = bash -c 'cd ../../ && ./setup.py develop' pytest --no-cov-on-fail --cov=kiwi \ --cov-report=term-missing \ - --cov-fail-under=100 --cov-config .coveragerc + --cov-fail-under=100 --cov-config .coveragerc {posargs} # Unit Test run with basepython set to 3.4