]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 31 Mar 2023 12:17:54 +0000 (14:17 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 31 Mar 2023 12:17:54 +0000 (14:17 +0200)
test/infra/Dockerfile.emba

index f8a10f913ef2acef7d0899ca44c2ca796767f837..d7b0b0d3deddf7787239745c62abd9985cdbd5d3 100644 (file)
@@ -72,15 +72,6 @@ RUN apt-get update && \
 RUN bash -c "$(wget --no-check-certificate -O - https://apt.llvm.org/llvm.sh)"
 RUN ln -s /usr/bin/clangd-15 /usr/bin/clangd
 
-# A recent pylsp.  In Debian bookworm there is the package
-# python3-pylsp.
-RUN apt-get update && \
-    apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
-      python3-pyls \
-    && rm -rf /var/lib/apt/lists/*
-# eglot.el knows pyls.  However, eglot-tests.el checks only for pylsp.
-RUN ln -s /usr/bin/pyls /usr/bin/pylsp
-
 COPY . /checkout
 WORKDIR /checkout
 RUN ./autogen.sh autoconf