From 3d34da1191fabc6974ecbe170c09909578adffa4 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 29 Mar 2021 10:21:31 +0200 Subject: Properly manage contraints and requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It leverages OpenStack's python librairy management. Ussuri is selected as OpenStack dropped py27 in the newer releases. Signed-off-by: Cédric Ollivier Change-Id: Iccfda223eb5c7013ec712beab9cd6f0c784f3fae --- testapi/tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testapi/tox.ini') diff --git a/testapi/tox.ini b/testapi/tox.ini index 3092284..0478e23 100644 --- a/testapi/tox.ini +++ b/testapi/tox.ini @@ -14,6 +14,8 @@ install_command = pip install -U {opts} {packages} deps = -rrequirements.txt -rtest-requirements.txt + -chttps://raw.githubusercontent.com/openstack/requirements/stable/ussuri/upper-constraints.txt + -cupper-constraints.txt commands= py.test \ --basetemp={envtmpdir} \ -- cgit 1.2.3-korg