summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-09-03 09:34:22 -0700
committerMatt Clay <matt@mystile.com>2018-09-05 19:21:06 -0700
commitf9cf4b2d8a8211871372ddc30e76616acf84d172 (patch)
tree9209228af321f583c3ee9af16992ab57ad9661a3 /test
parent07161cf6d322b0521d26505a4eb18772d6f1f55b (diff)
downloadansible-f9cf4b2d8a8211871372ddc30e76616acf84d172.tar.gz
Update test constraints. (#44975)
- 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 b3a3e8ba7b7075317604275b730c5214c1150144)
Diffstat (limited to 'test')
-rw-r--r--test/runner/requirements/constraints.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runner/requirements/constraints.txt b/test/runner/requirements/constraints.txt
index c12fbe334e..99ff4ed903 100644
--- a/test/runner/requirements/constraints.txt
+++ b/test/runner/requirements/constraints.txt
@@ -18,3 +18,6 @@ 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 # merge_type support
+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