summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorGage Hugo <gagehugo@gmail.com>2016-12-15 01:16:01 -0600
committerGage Hugo <gagehugo@gmail.com>2016-12-15 01:16:01 -0600
commit29a879c0ed5d1af5dca0cf6fd0394487f97b1670 (patch)
tree1c1be3d0d255fa7b7d0ad8f757ce3a9affb9beb0 /test-requirements.txt
parent3dab9e2a41b05792d50b3857966313506ce50b69 (diff)
downloadkeystonemiddleware-29a879c0ed5d1af5dca0cf6fd0394487f97b1670.tar.gz
Add docutils contraint on 0.13.1 to fix building
See: http://lists.openstack.org/pipermail/openstack-dev/2016-December/108742.html Change-Id: Ied3c922b8bbb52a3589c2f5308ecf87fc1415fbc
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ee49232..e95235b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,6 +6,7 @@ hacking<0.11,>=0.10.0
flake8-docstrings==0.2.1.post1 # MIT
coverage>=4.0 # Apache-2.0
+docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
pycrypto>=2.6 # Public Domain