summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-26 22:30:38 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-28 11:16:41 -0300
commit243eff13a79ba02495d123e9ca22ed35584dc3eb (patch)
tree9f913b74c9a510d496de4d95dbc9f06e7eb94708 /tests
parentd2d44a68b5fb2c7a66c5f1197f119a01d4e5b32e (diff)
downloadgnome-bluetooth-243eff13a79ba02495d123e9ca22ed35584dc3eb.tar.gz
build: Switch to GTK4
Switch the build system to GTK4. This breaks the build quite intensely.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/integration-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration-test b/tests/integration-test
index ff32fe96..f73621c2 100755
--- a/tests/integration-test
+++ b/tests/integration-test
@@ -28,7 +28,7 @@ try:
from gi.repository import GLib
from gi.repository import Gio
- gi.require_version('Gtk', '3.0')
+ gi.require_version('Gtk', '4.0')
from gi.repository import Gtk
except ImportError as e:
sys.stderr.write('Skipping tests, PyGobject not available for Python 3, or missing GI typelibs: %s\n' % str(e))