Force pbr<1.7.0 when installing mock.
authorTom Clegg <tom@curoverse.com>
Wed, 25 Nov 2015 20:05:20 +0000 (15:05 -0500)
committerTom Clegg <tom@curoverse.com>
Wed, 25 Nov 2015 20:05:20 +0000 (15:05 -0500)
No issue #

jenkins/run-tests.sh

index 99fb5bf4ffcd53a013db1a7da14ed5f04cbdd021..64335bca340c4dc8013b2e36416b30b77192ea21 100755 (executable)
@@ -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