From 852d853e21c223ed87f47622f9aa799e5333acf4 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Mon, 22 Apr 2019 14:28:36 +0800 Subject: [PATCH] Fix install_command in tox.ini Change-Id: Icd2e1a266bb0e26a059bad8aa60fb94dd9f261f7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3ede5d26..1c4e9d42 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py{37,27}{,-mongodb,-mysql,-postgresql,-elasticsearch},pep8 [testenv] deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -install_command = pip install -U {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} usedevelop = True setenv = PANKO_BACKENDS=mongodb mysql postgresql