From 4a3ac3c23f5aa2556467d3dd0f07d3d91772a4d1 Mon Sep 17 00:00:00 2001 From: Yang Chiu Date: Tue, 27 Feb 2024 14:34:02 +0800 Subject: [PATCH] ci: fix build test image failed Signed-off-by: Yang Chiu --- manager/integration/Dockerfile | 2 +- manager/integration/tests/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manager/integration/Dockerfile b/manager/integration/Dockerfile index 8ce1837528..a6f5a218d1 100644 --- a/manager/integration/Dockerfile +++ b/manager/integration/Dockerfile @@ -6,7 +6,7 @@ ARG TERRAFORM_VERSION=1.3.5 ARG ARCH=amd64 RUN zypper ref -f -RUN zypper in -y vim-small nfs-client xfsprogs e2fsprogs util-linux-systemd gcc python39-devel gawk java-11-openjdk tar awk gzip wget unzip && \ +RUN zypper in -y vim-small nfs-client xfsprogs e2fsprogs util-linux-systemd gcc python311-devel gawk java-11-openjdk tar awk gzip wget unzip && \ rm -rf /var/cache/zypp/* RUN curl -sO https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/${ARCH}/kubectl && \ diff --git a/manager/integration/tests/requirements.txt b/manager/integration/tests/requirements.txt index 51fdbdb828..b0bb8357b5 100644 --- a/manager/integration/tests/requirements.txt +++ b/manager/integration/tests/requirements.txt @@ -4,11 +4,11 @@ argcomplete==1.10.0 directio==1.2 flake8 kubernetes==25.3.0 -pytest==5.3.1 +pytest==6.2.4 pytest-repeat==0.9.1 pytest-order==1.0.1 six==1.12.0 minio==5.0.10 -pyyaml==5.4.1 +pyyaml==6.0 pandas prometheus_client