commit e509a84749d5da1192d62d18f043461810f74e50 Author: maaoyu Date: Thu Sep 24 17:30:10 2020 +0800 Remove install unnecessary packages The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: I368d30a33e9789b2759dc73883d8b7230f847640 diff --git a/tox.ini b/tox.ini index 64f0ed1..72a932b 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,6 @@ commands = [testenv:releasenotes] deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} - -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html