From 070320a0bcb4830bf1a19704f90d6c60080e3e7b Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 13 Jun 2018 15:36:51 -0600 Subject: [PATCH] Unpin testinfra 1.14.0 has been released with the fix we needed. Signed-off-by: Zack Cerza --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b6d8eb3..26a4a0f 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ deps= ansible pytest pytest-xdist - git+https://github.com/zmc/testinfra.git@fix-xdist-ansible#egg=testinfra + testinfra changedir=ansible commands= py.test -v -n auto --connection=ansible --ansible-inventory {posargs} ./roles/ -- 2.47.3