From d0af2179119544b8bb9deeb551dcd1b2690f22bb Mon Sep 17 00:00:00 2001 From: Sergi Blanch Torne Date: Tue, 14 Oct 2025 14:40:01 +0200 Subject: [PATCH] ci: Add missing aiohttp Python dependecy Found a missing dependency for `pipeline_message.py`. Signed-off-by: Sergi Blanch Torne Part-of: --- .gitlab-ci/image-tags.yml | 2 +- bin/ci/test/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 34a09c4588b..344ae35e29e 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -19,7 +19,7 @@ include: - .gitlab-ci/conditional-build-image-tags.yml variables: - DEBIAN_BUILD_BASE_TAG: "20250926-gitlab" + DEBIAN_BUILD_BASE_TAG: "20251014-testfix" DEBIAN_BUILD_TAG: "20250926-D3D618" DEBIAN_TEST_BASE_TAG: "20250926-gitlab" diff --git a/bin/ci/test/requirements.txt b/bin/ci/test/requirements.txt index e2d74fe53f1..1c183b64052 100644 --- a/bin/ci/test/requirements.txt +++ b/bin/ci/test/requirements.txt @@ -1,4 +1,5 @@ -r ../requirements.txt +aiohttp==3.13.* filelock==3.12.4 fire==0.7.0 freezegun==1.5.1