summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_data/requirements
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2020-10-13 14:16:07 +1000
committerGitHub <noreply@github.com>2020-10-13 14:16:07 +1000
commitcaba47dd3f3f37e989357bce676e420ff8b6a86f (patch)
treec67f9075976064daf22a4648f80061fbbfb4699d /test/lib/ansible_test/_data/requirements
parentc4acd41d6e4ed756b4e25545a03b540277168497 (diff)
downloadansible-caba47dd3f3f37e989357bce676e420ff8b6a86f.tar.gz
Add support for GSSAPI/Kerberos to urls.py (#72113)
* Add support for GSSAPI/Kerberos to urls.py * Test out changes with the latest test container * Get remote hosts working * Fix up httptester_krb5_password reader * Fix tests for opensuse and macOS * Hopefully last lot of testing changes * Dont do CBT on macOS * Fixes from review
Diffstat (limited to 'test/lib/ansible_test/_data/requirements')
-rw-r--r--test/lib/ansible_test/_data/requirements/constraints.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/ansible_test/_data/requirements/constraints.txt b/test/lib/ansible_test/_data/requirements/constraints.txt
index 33daaadead..fbf635f2bb 100644
--- a/test/lib/ansible_test/_data/requirements/constraints.txt
+++ b/test/lib/ansible_test/_data/requirements/constraints.txt
@@ -43,6 +43,7 @@ botocore >= 1.10.0, < 1.14 ; python_version < '2.7' # adds support for the follo
botocore >= 1.10.0 ; python_version >= '2.7' # adds support for the following AWS services: secretsmanager, fms, and acm-pca
setuptools < 37 ; python_version == '2.6' # setuptools 37 and later require python 2.7 or later
setuptools < 45 ; python_version == '2.7' # setuptools 45 and later require python 3.5 or later
+gssapi < 1.6.0 ; python_version <= '2.7' # gssapi 1.6.0 and later require python 3 or later
# freeze antsibull-changelog for consistent test results
antsibull-changelog == 0.7.0