Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2023-10-10 12:04:36 +00:00 committed by Gerrit Code Review
commit 61615ac778
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ setenv =
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands=
bash -c "rm -rf doc/build"