From cb84214b5d588380f033177d88d404e8e986ecf1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 16 Mar 2012 12:11:47 -0700 Subject: [PATCH] Add sphinx to test-requires. Need sphinx in test-requires so that we can build docs in the venv (wanted because module introspection needs build depends installed) Change-Id: If3caf817381aea8e9cd8fb50e7e35c647f088b60 --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-requires b/tools/test-requires index 8be4eb9da9..0a12555dfd 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -3,3 +3,4 @@ nose nosexcover openstack.nose_plugin pep8==0.6.1 +sphinx>=1.1.2