From 63b84519f2d3d020f564a60044f80dd74e6dc695 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 13 Jul 2016 09:44:15 +0200 Subject: [PATCH] Remove unused releasenotes infrastructure There is no releasenotes directory, so the tox releasenotes environment always fails. Remove the environment and the reno dependency since both are completely unused. Change-Id: I721797f7a53965243ab1d4650c994336e36804dc --- test-requirements.txt | 1 - tox.ini | 3 --- 2 files changed, 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index d000a8a..a8ba5eb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,6 @@ fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -reno>=1.8.0 # Apache2 requests-mock>=1.0 # Apache-2.0 sphinx!=1.3b1,<1.3,>=1.2.1 # BSD os-testr>=0.7.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index f291973..72851ae 100644 --- a/tox.ini +++ b/tox.ini @@ -28,9 +28,6 @@ commands = oslo_debug_helper -t osc_lib/tests {posargs} [testenv:docs] commands = python setup.py build_sphinx -[testenv:releasenotes] -commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html - [flake8] show-source = True exclude = .git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools