Skip to content

Commit

Permalink
tox tests: pin test requirement versions
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
sosiouxme committed Apr 12, 2017
1 parent ba32a08 commit 20fccf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 20fccf7

Please sign in to comment.