[ARVADOS] updated: 7719a08f3cdcc3a7e3468a26e6f49c849061a42d
Git user
git at public.curoverse.com
Fri Jul 15 15:16:21 EDT 2016
Summary of changes:
build/run-tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 7719a08f3cdcc3a7e3468a26e6f49c849061a42d (commit)
from 931236cc8c9bea9c796aed23c1636abce3ee4534 (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 7719a08f3cdcc3a7e3468a26e6f49c849061a42d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Jul 15 15:16:17 2016 -0400
Bump version of setuptools used by run_tests.sh for cwl-runner dependency refs #9570
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 2e8641a..b7aa44d 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -397,9 +397,9 @@ setup_virtualenv() {
fi
if [[ $("$venvdest/bin/python" --version 2>&1) =~ \ 3\.[012]\. ]]; then
# pip 8.0.0 dropped support for python 3.2, e.g., debian wheezy
- "$venvdest/bin/pip" install 'setuptools>=18' 'pip>=7,<8'
+ "$venvdest/bin/pip" install 'setuptools>=18.5' 'pip>=7,<8'
else
- "$venvdest/bin/pip" install 'setuptools>=18' 'pip>=7'
+ "$venvdest/bin/pip" install 'setuptools>=18.5' 'pip>=7'
fi
# ubuntu1404 can't seem to install mock via tests_require, but it can do this.
"$venvdest/bin/pip" install 'mock>=1.0' 'pbr<1.7.0'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list