From 20fccf78e681c45fb10314db5d0fbc23b6984e9a Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Wed, 12 Apr 2017 14:16:44 -0400 Subject: 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). --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'requirements.txt') 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 -- cgit v1.2.1