3021: Remove obsolete accommodation for buggy python-daemon.
[arvados-dev.git] / 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 !!!!!!"