X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b28098a9199e87659046307129b9226749ebf9b6..2cf2121b848c11f5753c54d89415dae67a6f037d:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index 765b313795..6a94d6ff13 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -653,7 +653,7 @@ install_env() { . "$VENV3DIR/bin/activate" # Needed for run_test_server.py which is used by certain (non-Python) tests. - # pdoc3 needed to generate the Python SDK documentation. + # pdoc needed to generate the Python SDK documentation. ( set -e "${VENV3DIR}/bin/pip3" install wheel @@ -664,7 +664,7 @@ install_env() { "${VENV3DIR}/bin/pip3" install ciso8601 "${VENV3DIR}/bin/pip3" install pycurl "${VENV3DIR}/bin/pip3" install ws4py - "${VENV3DIR}/bin/pip3" install pdoc3 + "${VENV3DIR}/bin/pip3" install pdoc cd "$WORKSPACE/sdk/python" python3 setup.py install ) || fatal "installing PyYAML and sdk/python failed"