aboutsummaryrefslogtreecommitdiff
path: root/.ci/common.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/common.sh')
-rw-r--r--.ci/common.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.ci/common.sh b/.ci/common.sh
index 7939f2f4b7..d84a306885 100644
--- a/.ci/common.sh
+++ b/.ci/common.sh
@@ -47,12 +47,6 @@ install_prebuilt_deps() {
fi
}
-install_functional_test_deps() {
- sudo pip install git+https://github.com/neovim/python-client.git
- # Pass -E to let pip use PKG_CONFIG_PATH for luajit
- sudo -E pip install lupa
-}
-
tmpdir="$(pwd)/tmp"
rm -rf "$tmpdir"
mkdir -p "$tmpdir"