summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-23 11:16:58 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-23 11:17:16 +0100
commit24a43c250f829e9283c719700bcd3e394d3099e2 (patch)
treeb0dbe1087b1a50dfdaed1a73bb2578e2b08bf40b
parentf52052d2bedf70df8c84e4315db05a7263fe3aee (diff)
downloadgnome-bluetooth-24a43c250f829e9283c719700bcd3e394d3099e2.tar.gz
tests: Remove GTK dependency
It's unused since we split the gnome-bluetooth libraries in UI and non-UI portions.
-rwxr-xr-xtests/integration-test.py3
1 files changed, 0 insertions, 3 deletions
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)