[ARVADOS-DEV] updated: 21bcc1b7eb165fb094db43f60b8073250074c3c1

git at public.curoverse.com git at public.curoverse.com
Tue Jan 13 17:09:02 EST 2015


Summary of changes:
 jenkins/run-tests.sh | 4 ++++
 1 file changed, 4 insertions(+)

       via  21bcc1b7eb165fb094db43f60b8073250074c3c1 (commit)
      from  960bdb270fb93118e9241ffc28648962f136a37f (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 21bcc1b7eb165fb094db43f60b8073250074c3c1
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Jan 13 17:08:40 2015 -0500

    3021: Install docutils (unlisted dependency of python-daemon).

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 6f425f8..e271536 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -327,6 +327,10 @@ fi
 # Needed for run_test_server.py which is used by certain (non-Python) tests.
 pip install PyYAML || fatal "pip install PyYAML failed"
 
+# Needed for python-daemon 2.0.2, which breaks otherwise with
+# "ImportError: No module named docutils.core"
+pip install docutils || fatal "pip install docutils failed"
+
 checkexit() {
     if [[ "$?" != "0" ]]; then
         title "!!!!!! $1 FAILED !!!!!!"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list