From 147dd42d097e66dbc9557a95db8820b347f7045c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 13 Jul 2016 09:35:40 +0200 Subject: [PATCH] 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 --- test-requirements.txt | 1 - tox.ini | 9 --------- 2 files changed, 10 deletions(-) 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