[ARVADOS] created: 1.3.0-2144-g0e49001f3
Git user
git at public.arvados.org
Wed Feb 12 18:27:17 UTC 2020
at 0e49001f30a46788fdcd63ea14ec8900899567ff (commit)
commit 0e49001f30a46788fdcd63ea14ec8900899567ff
Author: Tom Clegg <tom at tomclegg.ca>
Date: Wed Feb 12 13:26:51 2020 -0500
16039: Report python dep versions.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index f21861762..7439a33e3 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -791,6 +791,8 @@ do_test_once() {
if [[ -e "${3}activate" ]]; then
. "${3}activate"
fi
+ pip freeze
+ pip list
python setup.py ${short:+--short-tests-only} test ${testargs[$1]}
result=$?
if [[ ${tries} < 3 && ${result} == 137 ]]
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list