summaryrefslogtreecommitdiffstats
path: root/test/lib/ansible_test/_data
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2021-11-12 22:51:27 +0100
committerMatt Clay <matt@mystile.com>2021-11-15 22:50:52 +0100
commita71ba817b0f7d75ff848000226ed5241c791f476 (patch)
treebf3646a272a9e831dcfd34a079b1a9d5a1c633c9 /test/lib/ansible_test/_data
parentansible-test - Remove near-EOL test containers. (diff)
downloadansible-a71ba817b0f7d75ff848000226ed5241c791f476.tar.xz
ansible-a71ba817b0f7d75ff848000226ed5241c791f476.zip
ansible-test - Remove unused test constraint.
Diffstat (limited to 'test/lib/ansible_test/_data')
-rw-r--r--test/lib/ansible_test/_data/requirements/constraints.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_data/requirements/constraints.txt b/test/lib/ansible_test/_data/requirements/constraints.txt
index e4ddd55a90..704d6da46b 100644
--- a/test/lib/ansible_test/_data/requirements/constraints.txt
+++ b/test/lib/ansible_test/_data/requirements/constraints.txt
@@ -13,4 +13,3 @@ mock >= 2.0.0 # needed for features backported from Python 3.6 unittest.mock (as
pytest-mock >= 1.4.0 # needed for mock_use_standalone_module pytest option
setuptools < 45 ; python_version == '2.7' # setuptools 45 and later require python 3.5 or later
pyspnego >= 0.1.6 ; python_version >= '3.10' # bug in older releases breaks on Python 3.10
-MarkupSafe < 2.0.0 ; python_version < '3.6' # MarkupSafe >= 2.0.0. requires Python >= 3.6