From 093dfccd34fb4cf9b7adb7fb8e3d797dfc47aad5 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 16 Sep 2015 14:26:05 +0200 Subject: [PATCH] tox: add pytest-xdist as a dependency This is mandatory to have the `-n' option passed to pytest to work. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f9fae19b..7ca5b2bf 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ SQLA_REPO = {env:SQLA_REPO:git+http://git.sqlalchemy.org/sqlalchemy.git} [testenv] deps=pytest + pytest-xdist mock sqla079: {[tox]SQLA_REPO}@rel_0_7_9 sqla084: {[tox]SQLA_REPO}@rel_0_8_4 -- 2.47.2