From fb328ad4e54340d02fc6e7251f13f07e9a240342 Mon Sep 17 00:00:00 2001 From: xhzhf Date: Mon, 20 Feb 2017 17:11:30 +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: Ie9acf0408f8081b5275bb272a1864c4880280869 --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4bfba3a1..9295d3b7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,8 +2,8 @@ coverage>=3.6 pep8==1.5.7 pyflakes==0.8.1 flake8==2.2.4 -docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain -sphinx>=1.1.2,!=1.2.0,<1.3 +docutils>=0.11 # OSI-Approved Open Source, Public Domain +sphinx>=1.5.1 httmock>=1.2.4 mock oslotest>=1.2.0 # Apache-2.0