From f1a8d8bc91ce9512f760ee3c558c8a2bba9f5bb6 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Thu, 24 Apr 2025 19:11:32 +0200 Subject: [PATCH] Use pyscard 2.2.1 since 2.2.2 has a bug Signed-off-by: Pol Henarejos --- tests/docker/bullseye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/bullseye/Dockerfile b/tests/docker/bullseye/Dockerfile index f185ecc..4f89b6f 100644 --- a/tests/docker/bullseye/Dockerfile +++ b/tests/docker/bullseye/Dockerfile @@ -24,7 +24,7 @@ RUN apt install -y libccid \ cmake \ vsmartcard-vpcd \ && rm -rf /var/lib/apt/lists/* -RUN pip3 install pytest pycvc cryptography pyscard base58 +RUN pip3 install pytest pycvc cryptography pyscard==2.2.1 base58 WORKDIR / RUN git clone https://github.com/OpenSC/OpenSC WORKDIR /OpenSC