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 <aschoen@redhat.com>
pull/1546/head
Andrew Schoen 2017-05-17 15:22:45 -05:00
parent 58618aa778
commit 7c5bda3d63
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
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