d/tests: Disable AT-SPI for tests that do not guarantee to install it

This squashes another warning.
This commit is contained in:
Simon McVittie
2021-08-20 14:41:10 +01:00
parent 0392b562c5
commit 125c1777d7
2 changed files with 4 additions and 0 deletions

2
debian/tests/build vendored
View File

@ -8,6 +8,8 @@ set -e
set -u
set -x
export NO_AT_BRIDGE=1
WORKDIR=$(mktemp -d)
cleanup () {
rm -fr "$WORKDIR"

View File

@ -1,5 +1,7 @@
#!/bin/sh
export NO_AT_BRIDGE=1
xvfb-run -a -s "-screen 0 1024x768x24" \
python3 <<EOF
import gi