From e25291973ed517c4c5d3eb6b685c58fcb78b59f2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 3 Jan 2023 12:25:21 +0000 Subject: [PATCH] d/tests/python3-gi: Explicitly disable a11y This version of GTK logs a warning (which makes the autopkgtest fail) if we cannot contact the a11y bus provided by AT-SPI. --- debian/tests/python3-gi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/tests/python3-gi b/debian/tests/python3-gi index 4371c46587..f3888b48ca 100755 --- a/debian/tests/python3-gi +++ b/debian/tests/python3-gi @@ -1,5 +1,7 @@ #!/bin/sh +export GTK_A11Y=none + debian/tests/run-with-display "$GDK_BACKEND" \ dbus-run-session \ python3 <