16039: Report python dep versions.
[arvados.git] / build / run-tests.sh
index 43dd3f4eb1c605593e2123987c7a191ba9f793a1..e4e9a51224de3c46469270c0e3104c9387e860ca 100755 (executable)
@@ -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 ]]