Remove unused releasenote setup
tox.ini has content for releasenote build but the rest of the infrastructure is not setup at all, remove the environment and the now unused reno requirement. Change-Id: Ibb19b320766aca925e4def7f192048bccfd51284
This commit is contained in:
parent
212be0a759
commit
147dd42d09
@ -14,6 +14,5 @@ testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
os-testr>=0.4.1 # Apache-2.0
|
||||
reno>=1.6.2 # Apache2
|
||||
mock>=1.2 # BSD
|
||||
|
||||
|
9
tox.ini
9
tox.ini
@ -45,15 +45,6 @@ commands = python setup.py build_sphinx
|
||||
[testenv:debug]
|
||||
commands = oslo_debug_helper {posargs}
|
||||
|
||||
[testenv:releasenotes]
|
||||
# NOTE(amrith) The setting of the install_command in this location
|
||||
# is only required because currently infra does not actually
|
||||
# support constraints files for the releasenotes job, and while
|
||||
# the environment variable UPPER_CONSTRAINTS_FILE is set, there's
|
||||
# no file there. It can be removed when infra changes this.
|
||||
install_command = pip install -U {opts} {packages}
|
||||
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[flake8]
|
||||
ignore = E129
|
||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||
|
Loading…
x
Reference in New Issue
Block a user