[ARVADOS-DEV] updated: 6772d21bda502b479d29f21030816560f110c04d

git at public.curoverse.com git at public.curoverse.com
Fri Feb 6 11:55:22 EST 2015


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

       via  6772d21bda502b479d29f21030816560f110c04d (commit)
      from  501a707f36ac0b2ac13dc074020641b58128e175 (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 6772d21bda502b479d29f21030816560f110c04d
Author: Brett Smith <brett at curoverse.com>
Date:   Fri Feb 6 11:54:12 2015 -0500

    3021: Remove obsolete accommodation for buggy python-daemon.
    
    This bug has been fixed in newer versions.  Refs #3021.

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index c5e5656..5425412 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -336,10 +336,6 @@ 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