Use upper-constraints for tox envs
Pin tox environments to upper-constraints to avoid conflicts with library releases. Change-Id: I46ba7cf37c52612c87d4db5086efe1a8b7c9f4a5
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -8,7 +8,7 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
LANG=en_US.UTF-8
|
LANG=en_US.UTF-8
|
||||||
LANGUAGE=en_US:en
|
LANGUAGE=en_US:en
|
||||||
|
|||||||
Reference in New Issue
Block a user