From 3651120ae5514f5d7f144b5b4eb4bec535debdb5 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 30 May 2019 17:57:32 +0200 Subject: [PATCH] Choose higher bound on testinfra (#2078) Closes https://github.com/ansible/molecule/issues/2069. See https://github.com/philpep/testinfra/pull/448#issuecomment-497120756. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 491d79314..5fe0ef74e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -85,7 +85,7 @@ install_requires = sh == 1.12.14 six == 1.11.0 tabulate == 0.8.2 - testinfra >= 3.0.2, < 4 + testinfra >= 3.0.5, < 4 tree-format == 0.1.2 yamllint >= 1.15.0, < 2