chore(tox): update tox.ini
This updates to use TOX_CONSTRAINTS_FILE instead of UPPER_CONSTRAINTS_FILE since the latter is obsolete. Change-Id: I5be335d6aec053b58694610865513bf6c5488fb2 Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
9a2dd2f153
commit
8dbef0e39f
2
tox.ini
2
tox.ini
@ -7,7 +7,7 @@ ignore_basepython_conflict = True
|
||||
[testenv]
|
||||
basepython = python3
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
passenv = *_proxy *_PROXY
|
||||
|
||||
[testenv:venv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user