Merge pull request #1546 from ceph/testinfra-version

tests: pin testinfra to 1.6.0
pull/1548/head
David Galloway 2017-05-17 16:51:03 -04:00 committed by GitHub
commit ee94730e33
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# These are Python requirements needed to run the functional tests # 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 pytest-xdist