[ARVADOS-DEV] updated: abc952f3017c4bcb68578cd90d130ec08f72aeb2

git at public.curoverse.com git at public.curoverse.com
Wed Nov 25 14:55:21 EST 2015


Summary of changes:
 jenkins/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  abc952f3017c4bcb68578cd90d130ec08f72aeb2 (commit)
      from  30fc3285c237081c3bbe20de8a6e3adcfbc29ca0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit abc952f3017c4bcb68578cd90d130ec08f72aeb2
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Nov 25 15:05:20 2015 -0500

    Force pbr<1.7.0 when installing mock.
    
    No issue #

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 99fb5bf..64335bc 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -395,7 +395,7 @@ setup_virtualenv() {
     fi
     "$venvdest/bin/pip" install 'setuptools>=18' 'pip>=7'
     # ubuntu1404 can't seem to install mock via tests_require, but it can do this.
-    "$venvdest/bin/pip" install 'mock>=1.0'
+    "$venvdest/bin/pip" install 'mock>=1.0' 'pbr<1.7.0'
 }
 
 export PERLINSTALLBASE

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list