From 27551ca3c7ec98eed6e3d65a6b049838bc01ff83 Mon Sep 17 00:00:00 2001 From: Konstantin Bogdanov Date: Thu, 9 May 2024 04:08:21 +0300 Subject: [PATCH] Add `jwcrypto` to integration tests runner --- docker/test/integration/runner/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/test/integration/runner/Dockerfile b/docker/test/integration/runner/Dockerfile index 8297a7100d15..23d8a37d8226 100644 --- a/docker/test/integration/runner/Dockerfile +++ b/docker/test/integration/runner/Dockerfile @@ -101,7 +101,8 @@ RUN python3 -m pip install --no-cache-dir \ retry==0.9.2 \ bs4==0.0.2 \ lxml==5.1.0 \ - urllib3==2.0.7 + urllib3==2.0.7 \ + jwcrypto==1.5.6 # bs4, lxml are for cloud tests, do not delete # Hudi supports only spark 3.3.*, not 3.4