From cd6aa62f1b03eb4e474df9e161a3ee6b2e9f183f Mon Sep 17 00:00:00 2001 From: rabi Date: Mon, 7 Nov 2022 18:55:53 +0530 Subject: [PATCH] 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 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 09a1959a6..141fe26b8 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =