From a9dbb5bd812a30d06726e0f5bccf90d62b3a030b Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 10 Jul 2025 14:01:42 +0200 Subject: [PATCH] ci/lava: Update `fire` for compatibility with Debian 13 Bump `fire` from 0.5.0 to 0.7.0. The newer version removes the dependency on the deprecated `pipes` module, which was removed in Python 3.13. This fixes the LAVA tests in the `yaml-toml-shell-py-test` job when running on Debian 13. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/image-tags.yml | 2 +- bin/ci/requirements-lava.txt | 2 +- bin/ci/test/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 51dc3eefebb..0d93162d28a 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -30,7 +30,7 @@ variables: ALPINE_X86_64_BUILD_TAG: "20250722-libwayland" ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs" - ALPINE_X86_64_LAVA_TRIGGER_TAG: "20250813-fluster" + ALPINE_X86_64_LAVA_TRIGGER_TAG: "20250814-trixie" FEDORA_X86_64_BUILD_TAG: "20250811-vdpau" diff --git a/bin/ci/requirements-lava.txt b/bin/ci/requirements-lava.txt index fe580c1efa2..818b59f79c9 100644 --- a/bin/ci/requirements-lava.txt +++ b/bin/ci/requirements-lava.txt @@ -2,5 +2,5 @@ # .gitlab-ci/image-tags.yml tags: # ALPINE_X86_64_LAVA_TRIGGER_TAG filelock==3.* -fire==0.5.0 +fire==0.7.0 lavacli==2.2.0 diff --git a/bin/ci/test/requirements.txt b/bin/ci/test/requirements.txt index f9f10abd1b0..e2d74fe53f1 100644 --- a/bin/ci/test/requirements.txt +++ b/bin/ci/test/requirements.txt @@ -1,6 +1,6 @@ -r ../requirements.txt filelock==3.12.4 -fire==0.5.0 +fire==0.7.0 freezegun==1.5.1 mock==5.1.0 polars==0.19.3