Fix doc builds

A new release of dnspython has been release, which is breaking the docs
tests. See [1]

dnspython is fixed to <2.3.0 in upper-constraints, so we should rely on
requirements.txt from mistral to trigger the correct build.

[1] https://github.com/eventlet/eventlet/issues/781

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: I5f86f8264792c8e651c0bb2d2f63151657fea1be
This commit is contained in:
Arnaud Morin 2023-01-17 17:23:25 +01:00
parent f35d366794
commit c77a51a05a
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
sphinx>=2.0.0,!=2.1.0 # BSD
sphinxcontrib-httpdomain>=1.3.0 # BSD
sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0
openstackdocstheme>=2.2.1 # Apache-2.0
os-api-ref>=1.4.0 # Apache-2.0
reno>=3.1.0 # Apache-2.0

View File

@ -80,6 +80,7 @@ commands = {posargs}
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
-r{toxinidir}/requirements.txt
setenv = PYTHONHASHSEED=0
commands =
rm -rf doc/build