summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-10-18 13:05:29 -0700
committerMatt Clay <matt@mystile.com>2018-10-18 14:24:04 -0700
commit948f82c6f409530a8b7f4da965fa73126d905522 (patch)
treea8977f0717202e36ee76008778202df87e7c75b9
parent9b65337e5c01076f5cc2577b0f51868e39f532f7 (diff)
downloadansible-948f82c6f409530a8b7f4da965fa73126d905522.tar.gz
Add constraint for requests on python 2.6. (#47306)
* Add constraint for requests on python 2.6. (cherry picked from commit f74f7b03736a4b600e85ccad090f941595b47f6b)
-rw-r--r--test/runner/requirements/constraints.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runner/requirements/constraints.txt b/test/runner/requirements/constraints.txt
index b85db1bb78..44e022f998 100644
--- a/test/runner/requirements/constraints.txt
+++ b/test/runner/requirements/constraints.txt
@@ -15,6 +15,7 @@ idna < 2.6 # requests requires idna < 2.6, but cryptography will cause the lates
paramiko < 2.4.0 ; python_version < '2.7' # paramiko 2.4.0 drops support for python 2.6
pytest < 3.3.0 ; python_version < '2.7' # pytest 3.3.0 drops support for python 2.6
ntlm-auth >= 1.0.6 # message encryption support
+requests < 2.20.0 ; python_version < '2.7' # requests 2.20.0 drops support for python 2.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