[ARVADOS] updated: 1.3.0-2996-gddae1b57f
Git user
git at public.arvados.org
Mon Aug 31 15:18:36 UTC 2020
Summary of changes:
build/run-tests.sh | 1 +
1 file changed, 1 insertion(+)
via ddae1b57f077d8a7c091b3cdf9ecaa562703fb3c (commit)
from 2b4eccc7386b33d2de4a06f5d8da18cd94391662 (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 ddae1b57f077d8a7c091b3cdf9ecaa562703fb3c
Author: Nico Cesar <nico at nicocesar.com>
Date: Mon Aug 31 11:18:21 2020 -0400
Installing extra python3 libraries
refs #15888
Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curii.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 4d8075fab..ca53dbc66 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -654,6 +654,7 @@ install_env() {
"${VENV3DIR}/bin/pip3" install google-api-python-client
"${VENV3DIR}/bin/pip3" install ciso8601
"${VENV3DIR}/bin/pip3" install wheel
+ "${VENV3DIR}/bin/pip3" install setuptools
"${VENV3DIR}/bin/pip3" install pycurl
"${VENV3DIR}/bin/pip3" install ws4py
cd "$WORKSPACE/sdk/python"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list