Skip to content

Commit

Permalink
ansible-test - add constraint for virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Feb 10, 2020
1 parent 49e7f9a commit 4160790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/ansible-test-constraints-virtualenv.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- ansible-test - add additional constraint for virtualenv on Python 2.7
3 changes: 2 additions & 1 deletion test/lib/ansible_test/_data/requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ requests-ntlm >= 1.1.0 # message encryption support
requests-credssp >= 0.1.0 # message encryption support
voluptuous >= 0.11.0 # Schema recursion via Self
openshift >= 0.6.2, < 0.9.0 # merge_type support
virtualenv < 16.0.0 ; python_version < '2.7' # virtualenv 16.0.0 and later require python 2.7 or later
virtualenv < 16.0.0 ; python_version < '2.7' # virtualenv 16.0.0 and later require python 2.7 or later
virtualenv < 20.0.0 ; python_version == '2.7' # virtualenv 20.0.0 breaks on macOS due to the older pip we have there not installing the zipp dependency
pathspec < 0.6.0 ; python_version < '2.7' # pathspec 0.6.0 and later require python 2.7 or later
pyopenssl < 18.0.0 ; python_version < '2.7' # pyOpenSSL 18.0.0 and later require python 2.7 or later
pyfmg == 0.6.1 # newer versions do not pass current unit tests
Expand Down

0 comments on commit 4160790

Please sign in to comment.