emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c96bd1bf884: * test/infra/Dockerfile.emba (emacs-eglot): Adapt so


From: Michael Albinus
Subject: master c96bd1bf884: * test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection.
Date: Fri, 31 Mar 2023 08:18:11 -0400 (EDT)

branch: master
commit c96bd1bf8843519bafc8d0dcb8ab096c49eef6cd
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection.
---
 test/infra/Dockerfile.emba | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index f8a10f913ef..d7b0b0d3ded 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]