Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2021-01-14 13:13:20 +00:00 committed by Gerrit Code Review
commit 89b67ddb9c
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ignore_basepython_conflict = true
[testenv]
basepython = python3
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}
@ -24,7 +24,7 @@ commands = python setup.py test --coverage --testr-args="{posargs}"
[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 =
doc8 --ignore-path "doc/source/history.rst" doc/source