From 24a43c250f829e9283c719700bcd3e394d3099e2 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 23 Feb 2022 11:16:58 +0100 Subject: tests: Remove GTK dependency It's unused since we split the gnome-bluetooth libraries in UI and non-UI portions. --- tests/integration-test.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/integration-test.py b/tests/integration-test.py index 2dbbee89..306cc0c0 100755 --- a/tests/integration-test.py +++ b/tests/integration-test.py @@ -28,9 +28,6 @@ try: import gi from gi.repository import GLib from gi.repository import Gio - - 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)) sys.exit(77) -- cgit v1.2.1