From 9fdc3933879e3734dfbe570cb01a8c0cd3ed527b Mon Sep 17 00:00:00 2001 From: Victoria Martinez de la Cruz Date: Thu, 18 Dec 2014 11:55:28 -0300 Subject: [PATCH] Temporally remove Sphinx from test-requirements-py3 An untranslated version of Docutils is being run in the py33 gate. Disabling Sphinx from our requirements is a simple workaround for this issue, until a new pbr is released. Change-Id: I9f21fde548f60e9bd450e63f03857e9c743c205f Closes-Bug: #1403510 --- test-requirements-py3.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index 9e320eca3..827651714 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -22,7 +22,8 @@ testtools>=0.9.36,!=1.2.0 requests>=2.2.0,!=2.4.0 # Documentation -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.2.0 # Apache-2.0 +# NOTE(vkmc) sphinx modules are commented out as a workaround for bug #1403510 +# sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +# oslosphinx>=2.2.0 # Apache-2.0 openstack-doc-tools>=0.20