3021: Remove obsolete accommodation for buggy python-daemon.
authorBrett Smith <brett@curoverse.com>
Fri, 6 Feb 2015 16:54:12 +0000 (11:54 -0500)
committerBrett Smith <brett@curoverse.com>
Fri, 6 Feb 2015 16:55:18 +0000 (11:55 -0500)
This bug has been fixed in newer versions.  Refs #3021.

jenkins/run-tests.sh

index c5e56566e3aa4a379db5d18cb4bb05de73f0c5c4..5425412e5b3f8b2ad04b780ce2c900918a7f74f9 100755 (executable)
@@ -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 !!!!!!"