
The repo uses docs-on-read-the-docs, remove extra build-openstack-sphinx gate job. Without this change, two docs jobs would be building in gate, tox-docs and build-sphinx. One is enough. Also, use templates instead of individual jobs. Import other templates from project-config, use the failing docs template since readthedocs is not setup yet. Remove publish-to-pypi, this should stay in project-config. Fix sphinx requirements for python 3. Fix decoding in failing test. Change-Id: Ic4f715b45c1284ea49339e96c2aa87b2e81fcbea
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
cmd2!=0.8.3,<0.9.0;python_version<'3.0' # MIT
|
|
cmd2!=0.8.3;python_version>='3.0' # MIT
|
|
coverage>=3.6
|
|
mock<1.1
|
|
unittest2
|
|
python-subunit
|
|
requests-mock>=1.4.0
|
|
requests-kerberos
|
|
sphinx>=1.6.0,<2.0.0;python_version=='2.7' # BSD
|
|
sphinx>=1.6.0;python_version>='3.4' # BSD
|
|
stestr>=2.0.0
|
|
testscenarios
|
|
testtools
|
|
pre-commit
|