From 2bfd01458698e216028aa846285be33e22af021a Mon Sep 17 00:00:00 2001 From: xhzhf Date: Mon, 20 Feb 2017 17:19:41 +0800 Subject: [PATCH] modify test-requirement according to requirements project the OpenStack requirements project has modify version requirement of docutils/oslosphinx. The link is below https://review.openstack.org/#/c/418772/ So modify test-requirement like other project Closes-Bug: #1666149 Change-Id: I6a3b2e0a30333a84a8350f2ba5f53acaccd94ebb --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 58266e9..c9f3cff 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +1,9 @@ pep8==1.4.5 pyflakes>=0.7.2,<0.7.4 flake8==2.0 -docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain +docutils>=0.11 # OSI-Approved Open Source, Public Domain # required to build documentation -sphinx>=1.1.2,!=1.2.0,<1.3 +sphinx>=1.5.1 testrepository>=0.0.18 testtools>=0.9.34 mock