From 9622634b85de65dc8940a48789cd75430e9fbc8f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 9 Nov 2017 09:20:29 +0100 Subject: Apply upper-constraints when testing SNAPS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It conforms with OpenStack rules [1] and enforces the same testing env over the OPNFV projects [2]. [1] https://wiki.openstack.org/wiki/Requirements [2] https://wiki.opnfv.org/display/functest/Requirements+management Change-Id: Iad277b305dbb6c9e96894f5809edcb27a750e418 Signed-off-by: Cédric Ollivier --- ci/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 14f1a11..464ba63 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -6,7 +6,7 @@ set -e sudo pip install virtualenv virtualenv ./vpy source ./vpy/bin/activate -pip install -e ../ +pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike -e ../ # $1 is the IP to the pod's build server # $2 is the IP to the pod's control server -- cgit 1.2.3-korg