diff --git a/test-requirements.txt b/test-requirements.txt index 99d6d9a..7c40c36 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 diff --git a/tox.ini b/tox.ini index 1f6d7fd..7b6d636 100644 --- a/tox.ini +++ b/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