summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-12-25 17:37:09 +0800
committerAndreas Jaeger <aj@suse.com>2020-02-03 14:45:41 +0100
commit939253044a957793b82c2c091a766e6656d573d0 (patch)
treecaa5eb93bf40f722a8f2045f072460293cb1c879 /test-requirements.txt
parent9d1c08e1f29007dea121a70875b603fb5644d265 (diff)
downloadpycadf-939253044a957793b82c2c091a766e6656d573d0.tar.gz
Drop python 2.7 support and testing
Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Include small cleanups: * remove install_command from tox.ini, this is the default * Use sphinx-build as modern way to run sphinx, remove setup.cfg settings for build-sphinx * Use sphinxcontrib-apidoc for docs with newer sphinx * Remove obsolete doc/source/conf.py broken * Add python-requires to setup.cfg to make Python 3.6 requirement explicit * Remove obsolete pbr setup-hooks Co-Authored-By: Andreas Jaeger <aj@suse.com> Change-Id: Iec8c47b82022b616b8361651bf23f853b0ce5624
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 2aeda8a..bb36dc6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,3 +15,4 @@ testtools>=2.2.0 # MIT
# this is required for the docs build jobs
openstackdocstheme>=1.18.1 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinxcontrib-apidoc>=0.2.0 # BSD