mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
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 <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35853>
This commit is contained in:
parent
f96f47884c
commit
a9dbb5bd81
3 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ variables:
|
||||||
|
|
||||||
ALPINE_X86_64_BUILD_TAG: "20250722-libwayland"
|
ALPINE_X86_64_BUILD_TAG: "20250722-libwayland"
|
||||||
ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs"
|
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"
|
FEDORA_X86_64_BUILD_TAG: "20250811-vdpau"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
# .gitlab-ci/image-tags.yml tags:
|
||||||
# ALPINE_X86_64_LAVA_TRIGGER_TAG
|
# ALPINE_X86_64_LAVA_TRIGGER_TAG
|
||||||
filelock==3.*
|
filelock==3.*
|
||||||
fire==0.5.0
|
fire==0.7.0
|
||||||
lavacli==2.2.0
|
lavacli==2.2.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
-r ../requirements.txt
|
-r ../requirements.txt
|
||||||
filelock==3.12.4
|
filelock==3.12.4
|
||||||
fire==0.5.0
|
fire==0.7.0
|
||||||
freezegun==1.5.1
|
freezegun==1.5.1
|
||||||
mock==5.1.0
|
mock==5.1.0
|
||||||
polars==0.19.3
|
polars==0.19.3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue