From: Simon McVittie Date: Tue, 3 Jan 2023 12:25:21 +0000 (+0000) Subject: d/tests/python3-gi: Explicitly disable a11y X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e25291973ed517c4c5d3eb6b685c58fcb78b59f2;p=gtk4.git 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. --- 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 <