From dc2d1ab3a03013af58059f4107097f360d3c0ad8 Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Thu, 22 May 2025 11:50:53 +0200 Subject: [PATCH] ci: Test in a bookworm container In order to be able to provide all functions of the DBus during testing, the CI uses the Python 3.11 version in a Bookworm container for testing. This is the version that is pre-installed in Debian Bookworm. Signed-off-by: Sven Sager --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89107aa..e19ebd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ include: run_tests: stage: test - image: python:3 + image: python:3.11-bookworm script: - apt-get update - apt-get -y install dbus libgirepository1.0-dev