diff options
author | Steven Pisarski <s.pisarski@cablelabs.com> | 2017-11-09 15:55:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-09 15:55:58 +0000 |
commit | a6b21669ac3a27923cb4053dec645ee9596e1f07 (patch) | |
tree | 7f0536ce90f96f6cbb63f19b2ec23230a0bcaaab | |
parent | c0f1fc7d39c550f6825b4e323358d44e876c1fa5 (diff) | |
parent | 9622634b85de65dc8940a48789cd75430e9fbc8f (diff) |
Merge "Apply upper-constraints when testing SNAPS"
-rwxr-xr-x | ci/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |