From 7c5bda3d63de730167bf52bada60daaf6c21242a Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 17 May 2017 15:22:45 -0500 Subject: [PATCH] tests: pin testinfra to 1.6.0 1.6.1 fails with 'testinfra is in an unsupported or invalid wheel' See: https://github.com/philpep/testinfra/issues/201 Signed-off-by: Andrew Schoen --- tests/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 64f2f8285..c94c6243b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,5 @@ # These are Python requirements needed to run the functional tests -testinfra +# 1.6.1 fails with 'testinfra is in an unsupported or invalid wheel' +# see https://github.com/philpep/testinfra/issues/201 +testinfra==1.6.0 pytest-xdist -- 2.39.5