summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2021-05-27 10:48:09 +0000
committerRodolfo Alonso <ralonsoh@redhat.com>2021-06-07 12:39:28 +0000
commita660f77d388682fd464ba3a624c9fe5599dbd938 (patch)
tree6bdaa0bae20e074e81c5b0035f6d1d6a3baad4b6 /tox.ini
parent6afdff8494422744549c74a948d1190e760c2fbf (diff)
downloadneutron-a660f77d388682fd464ba3a624c9fe5599dbd938.tar.gz
Remove "mitogen" library installation from "docs" job
Since pyroute 0.6.2, this dependency is not needed anymore. The pyroute version is bumped both in requirements and doc/requirements. This patch bumps the pyroute2 version to 0.6.4 (newest version provided in upper-requirements). Change-Id: I627e902e32fe59c6829c3bc92af19abff4b70f9a Related-Bug: #1928913
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index e5baebc686..f6b257d463 100644
--- a/tox.ini
+++ b/tox.ini
@@ -141,9 +141,6 @@ envdir = {toxworkdir}/docs
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
-# NOTE(slaweq): mitogen is optional dependency of the pyroute2 and without it
-# our docs job is failing
- mitogen>=0.2.9
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]