d/tests/python3-gi: Explicitly disable a11y
authorSimon McVittie <smcv@debian.org>
Tue, 3 Jan 2023 12:25:21 +0000 (12:25 +0000)
committerSimon McVittie <smcv@debian.org>
Tue, 3 Jan 2023 12:25:21 +0000 (12:25 +0000)
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

index 4371c465877391e784656ad09bd3c5d61a87efc7..f3888b48ca4394647581f5880f47be496d975b67 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+export GTK_A11Y=none
+
 debian/tests/run-with-display "$GDK_BACKEND" \
 dbus-run-session \
 python3 <<EOF