From 702ef1629732d6f7f3775648d0acd228d6e6ce7c Mon Sep 17 00:00:00 2001 From: Anton Studenov Date: Mon, 31 Oct 2016 16:01:49 +0300 Subject: [PATCH] Change requirement link to sphinxcontrib-programoutput sphinxcontrib-programoutput was removed from pypi recently. As a workaround, now it points to github repo. Change-Id: If20ad6211ab7d0b375b4fa80fdbb22a46b9f0faa --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index e6c497b..a9208da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ ddt>=1.0.1 mock>=1.2 python-subunit>=0.0.18 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD -sphinxcontrib-programoutput +git+git://github.com/lunaryorn/sphinxcontrib-programoutput.git@0.8 oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 testrepository>=0.0.18