Skip to content

Commit

Permalink
Update test constraints. (#44975)
Browse files Browse the repository at this point in the history
- Limit virtualenv version on Python 2.6.
- Limit pyopenssl version on Python 2.6.
- Pin pyfmg version to keep unit tests passing.

(cherry picked from commit b3a3e8b)
  • Loading branch information
mattclay committed Sep 6, 2018
1 parent 21f287e commit e4c96f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runner/requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ ntlm-auth >= 1.0.6 # message encryption support
requests-ntlm >= 1.1.0 # message encryption support
requests-credssp >= 0.1.0 # message encryption support
voluptuous >= 0.11.0 # Schema recursion via Self
virtualenv < 16.0.0 ; python_version < '2.7' # virtualenv 16.0.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

0 comments on commit e4c96f1

Please sign in to comment.