[ARVADOS] updated: 1.3.0-2997-gab00a0a44
Git user
git at public.arvados.org
Mon Aug 31 15:25:05 UTC 2020
Summary of changes:
build/run-tests.sh | 1 -
1 file changed, 1 deletion(-)
via ab00a0a441ab4ff6dccfe94e03db1705e25bfba9 (commit)
from ddae1b57f077d8a7c091b3cdf9ecaa562703fb3c (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 ab00a0a441ab4ff6dccfe94e03db1705e25bfba9
Author: Nico Cesar <nico at nicocesar.com>
Date: Mon Aug 31 11:23:58 2020 -0400
Revert "Installing extra python3 libraries"
This reverts commit ddae1b57f077d8a7c091b3cdf9ecaa562703fb3c.
setuptools should be done outside pip
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 ca53dbc66..4d8075fab 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -654,7 +654,6 @@ 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