From 483dfdbe7675c35590e0044f119ed15f506f13c4 Mon Sep 17 00:00:00 2001 From: Alexey Weyl Date: Thu, 8 Dec 2016 12:54:01 +0000 Subject: [PATCH] tox.ini changes due to kombu 4.0.1 dependency Change-Id: I17d56fe08e4f66dcb6e7178f17effc7d96b76d05 --- requirements.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 647023823..6a3bae9dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ python-heatclient>=1.6.1 # Apache-2.0 pyzabbix>=0.7.4 # LGPL networkx>=1.10 # BSD oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -oslo.messaging>=5.2.0 # Apache-2.0 +oslo.messaging>=5.14.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0 oslo.policy>=1.17.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b922b776c..07359c8a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,7 +20,7 @@ oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -oslo.messaging>=5.2.0 # Apache-2.0 +oslo.messaging>=5.14.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.policy>=1.17.0 # Apache-2.0 pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD diff --git a/tox.ini b/tox.ini index 6cd0507f4..11f792b9c 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -U {opts} {packages} +install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} OS_TEST_PATH=vitrage/tests/unit