Use uc for tox py* targets

We install tripleo-common master on stable/zed and stable/wallaby now
and they would be broken for changes in tripleo-common.

Change-Id: Ida1bf054455b53c96952ecc78f8282f94c3a31a0
This commit is contained in:
rabi 2022-11-07 18:55:53 +05:30 committed by Takashi Kajinami
parent 7baae8e14f
commit cd6aa62f1b

View File

@ -5,7 +5,6 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = python3 -m pip install {opts} {packages}
passenv = *
setenv =
ANSIBLE_SKIP_CONFLICT_CHECK=1
@ -30,6 +29,8 @@ setenv =
TRIPLEO_ANSIBLE_COMPUTE_NODE_MOLECULE_VOLUMES=['{homedir}/.cache/tripleo-ansible/containers:/var/lib/containers:rw','/sys/fs/cgroup:/sys/fs/cgroup:rw']
sitepackages = True
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r {toxinidir}/requirements.txt
-r {toxinidir}/test-requirements.txt
-r {toxinidir}/ansible-requirements.txt
commands =