Merge "Update TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2021-01-05 07:04:56 +00:00 committed by Gerrit Code Review
commit 9ea52c9362
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ setenv =
VIRTUAL_ENV={envdir}
PYTHONUNBUFFERED = 1
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 =
@ -47,7 +47,7 @@ commands =
npm install
npm run {posargs:test}
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:venv]