af04cc3392
Cleanup doc/requirements to just use what is needed for doc building. Move reno to doc/requirements, add doc8 to test-requirements. update tox.ini: * doc8 should be in pep8 as linter and not docs according to PTI [1] * Only build main doc in docs environment, CI uses this and we waste just time building api-ref as well, there's a separate environment for this. This follows PTI [1] * Do not include requirements file for docs building, it's not needed with apidoc. * Use common deps for all docs build environments. Cleanup doc/source/conf.py, with the switch to api-doc a lot of settings are not needed anymore, also the eventlet bug is fixed. Update openstackdocstheme to 1.20.0 and which allows to remove obsolete setting of html_last_updated_fmt, project, latex_elements from conf.py. Add doc8 to lower-constraints to make requirments-check happy. [1] https://governance.openstack.org/tc/reference/project-testing-interface.html#documentation Change-Id: If86dd619402495d9d4470b14cb270fcf53db6794
26 lines
891 B
Plaintext
26 lines
891 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
hacking>=1.1.0,<1.2.0 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
ddt>=1.2.1 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0.0 # BSD
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
pycodestyle==2.5.0 # MIT License
|
|
PyMySQL>=0.7.6 # MIT License
|
|
psycopg2>=2.7 # LGPL/ZPL
|
|
testtools>=2.2.0 # MIT
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0
|
|
tempest>=17.1.0 # Apache-2.0
|
|
# bandit is not included in upper-constraints,
|
|
# so we need to pin it here to a known working version
|
|
bandit==1.6.0 # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|