From 4f83a9b9ceab0956cfbc9de1f9c73c4b145a3258 Mon Sep 17 00:00:00 2001 From: Vipul Sabhaya Date: Thu, 11 Jun 2015 16:32:59 -0700 Subject: [PATCH] Add sphinxcontrib.httpdomain to test-requirements * rtfd docs builds are failing due to missing lib [1] * add the missing lib to test-requirements so we can publish latest docs * removed test_service to make gate stable [1]: https://readthedocs.org/builds/cue/2946531/ Change-Id: I211bd5f4efd0e5e6e8d258d58d3377553b6d5ed7 --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2ebdefce..5da55a6e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,8 @@ testtools>=0.9.36,!=1.2.0 # Doc requirements sphinx>=1.3.1 +sphinxcontrib-httpdomain sphinxcontrib-pecanwsme>=0.8 oslosphinx>=2.2.0 # Apache-2.0 zake>=0.1.6 -tempest-lib>=0.4.0 +tempest-lib>=0.5.0