summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_data/requirements/constraints.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ansible_test/_data/requirements/constraints.txt')
-rw-r--r--test/lib/ansible_test/_data/requirements/constraints.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_data/requirements/constraints.txt b/test/lib/ansible_test/_data/requirements/constraints.txt
index 2f216f5f50..2cc45a4102 100644
--- a/test/lib/ansible_test/_data/requirements/constraints.txt
+++ b/test/lib/ansible_test/_data/requirements/constraints.txt
@@ -13,7 +13,7 @@ urllib3 < 1.24 ; python_version < '2.7' # urllib3 1.24 and later require python
pywinrm >= 0.3.0 # message encryption support
sphinx < 1.6 ; python_version < '2.7' # sphinx 1.6 and later require python 2.7 or later
sphinx <= 2.1.2 ; python_version >= '2.7' # docs team hasn't tested beyond 2.1.2 yet
-rstcheck >=3.3.1 # required for sphinx version >= 1.8
+rstcheck == 3.3.1 # required for sphinx version >= 1.8
pygments >= 2.4.0 # Pygments 2.4.0 includes bugfixes for YAML and YAML+Jinja lexers
wheel < 0.30.0 ; python_version < '2.7' # wheel 0.30.0 and later require python 2.7 or later
pycrypto >= 2.6 # Need features found in 2.6 and greater