summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2019-05-21 10:38:16 +0100
committerStephen Finucane <stephenfin@redhat.com>2019-05-22 08:35:34 +0000
commitdd680367c53079433897b3eb7a7d15102ac10a14 (patch)
tree6413cfbc87f8961c1309fe0b293c9117f42fd165 /setup.cfg
parentdb52e05649b12fb1d763ac18e5eb9431066c2dd1 (diff)
downloadtaskflow-dd680367c53079433897b3eb7a7d15102ac10a14.tar.gz
Update Sphinx requirement
Sphinx 2.0 no longer works on python 2.7, so we need to start capping it there. We remove Sphinx and doc8 from the 'test-requirements.txt' file and '[extra] test' section in 'setup.cfg' since none of our tests actually use this. Finally, we remove a number of dependencies from 'doc/requirements.txt' since these were already specified in 'test-requirements.txt' and we install these as part of the tox target. Change-Id: I3981f47f4278f726e3c078723f90d4b9ba1699a6 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 580bd81..9a9fa3b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -80,8 +80,6 @@ test =
mock>=2.0.0 # BSD
testtools>=2.2.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
- doc8>=0.6.0 # Apache-2.0
- sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
stestr>=2.0.0 # Apache-2.0
[nosetests]