12268: Update nodemanager dependency on libcloud 2.3.0
[arvados.git] / build / run-tests.sh
index 48b3eab38ac864ab0c66d4a40d17502f60d4cdb3..d18250a95ad5e97a88ac4300512ccfd1d31b4cf8 100755 (executable)
@@ -533,6 +533,7 @@ pip freeze 2>/dev/null | egrep ^PyYAML= \
 # won't pick it up by default.
 pip freeze 2>/dev/null | egrep ^apache-libcloud==$LIBCLOUD_PIN \
     || pip install --pre --ignore-installed https://github.com/curoverse/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip >/dev/null \
+    || pip install apache-libcloud>=$LIBCLOUD_PIN >/dev/null \
     || fatal "pip install apache-libcloud failed"
 
 # We need an unreleased (as of 2017-08-17) llfuse bugfix, otherwise our fuse test suite deadlocks.