Skip to content

Commit 6a00c0e

Browse files
authored
Merge pull request ClickHouse#63551 from ClickHouse/thevar1able-patch-2
Add `jwcrypto` to integration tests runner
2 parents acae60b + 27551ca commit 6a00c0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/test/integration/runner/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ RUN python3 -m pip install --no-cache-dir \
101101
retry==0.9.2 \
102102
bs4==0.0.2 \
103103
lxml==5.1.0 \
104-
urllib3==2.0.7
104+
urllib3==2.0.7 \
105+
jwcrypto==1.5.6
105106
# bs4, lxml are for cloud tests, do not delete
106107

107108
# Hudi supports only spark 3.3.*, not 3.4

0 commit comments

Comments
 (0)