From 038533ac29ecb7d7911bf612462b886c2d6f989c Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 10 May 2018 13:16:41 -0600 Subject: [PATCH] Work around #177 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 69ea1e0..4f33963 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ deps= ansible pytest pytest-xdist - testinfra + git+https://github.com/zmc/testinfra.git@fix-xdist-ansible#egg=testinfra changedir=ansible commands= py.test -v -n auto --connection=ansible --ansible-inventory {posargs} ./roles/