]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: pin testinfra to 1.6.0 1546/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 17 May 2017 20:22:45 +0000 (15:22 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 17 May 2017 20:22:45 +0000 (15:22 -0500)
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 <aschoen@redhat.com>
tests/requirements.txt

index 64f2f828538ffc5d00d81884bf5acf2149617d1f..c94c6243bc25cbfa408300821ce68a7e84426677 100644 (file)
@@ -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