From 2455b7e10e4db62589729aa8a3c13f9e5fb8cfc5 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Tue, 1 Nov 2016 12:46:31 +0000 Subject: [PATCH] Remove requirement sphinxcontrib-programoutput Remove unused requirement sphinxcontrib-programoutput, as it has been removed from pypi[1]. This causes the tox run to fail for developers and automated CI trying to run the tests. As this is not currently in use by the documentation, remove the requirement. In the future it would be better to use sphinxcontrib-autorun. [1] https://pypi.python.org/pypi/sphinxcontrib-programoutput Change-Id: I664ddd6f6de4a9767af5dca5b6a94817b2620f00 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 63c4a34..3f35ec1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,5 +9,4 @@ python-subunit testrepository>=0.0.17 testscenarios>=0.4 testtools>=0.9.32 -sphinxcontrib-programoutput PyYAML>=3.1.0