summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-04-12 14:16:44 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-04-12 14:53:16 -0400
commit20fccf78e681c45fb10314db5d0fbc23b6984e9a (patch)
treee891ec787ad5ece0dce43e9cc34692227c5c8f40 /requirements.txt
parentba32a0859bbf860895919791928c3acd623eb125 (diff)
downloadopenshift-20fccf78e681c45fb10314db5d0fbc23b6984e9a.tar.gz
openshift-20fccf78e681c45fb10314db5d0fbc23b6984e9a.tar.bz2
openshift-20fccf78e681c45fb10314db5d0fbc23b6984e9a.tar.xz
openshift-20fccf78e681c45fb10314db5d0fbc23b6984e9a.zip
tox tests: pin test requirement versions
Tests started failing once ansible 2.3 was released. It seems wise to pin the dependencies to particular versions until we make a conscious decision to change them (and have tested with them).
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 241313b6f..cadbbe0f5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
-ansible>=2.2
-click
-pyOpenSSL
+ansible==2.2.2.0
+click==6.7
+pyOpenSSL==16.2.0
# We need to disable ruamel.yaml for now because of test failures
#ruamel.yaml
-six
+six==1.10.0