mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
ci,tests: Pass GTK_A11Y=none to tests
Same rationale applies than NO_AT_BRIDGE, but for GTK4 bits. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2864>
This commit is contained in:

committed by
Marge Bot

parent
53cf1a2878
commit
ae2ceeda0b
@ -181,6 +181,7 @@ ret = (unix_fd, False)
|
||||
env = {}
|
||||
env.update(os.environ)
|
||||
env['NO_AT_BRIDGE'] = '1'
|
||||
env['GTK_A11Y'] = 'none'
|
||||
env['GSETTINGS_BACKEND'] = 'memory'
|
||||
|
||||
wrapper = env.get('META_DBUS_RUNNER_WRAPPER')
|
||||
|
Reference in New Issue
Block a user