Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2022-08-02 17:31:43 +00:00 committed by Gerrit Code Review
commit 14441b9e1c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ commands = bindep test
usedevelop = False
[testenv:docs]
deps = -c{env:UPPER_CONSTRAINTS_FILE:{toxinidir}/upper-constraints.txt}
deps = -c{env:TOX_CONSTRAINTS_FILE:{toxinidir}/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html