diff --git a/test-requirements.txt b/test-requirements.txt index f9215a2..42bca99 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,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