Skip to content

Commit

Permalink
Tests: Add the (Gtk)Champlain and the (Gtk)Clutter hooks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Vinot authored and htgoebel committed Sep 4, 2018
1 parent 6f60c1d commit 59aac75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/functional/test_hooks/test_gi.py
Expand Up @@ -16,7 +16,9 @@
# Names of all "gi.repository" packages provided by PyGObject to be
# tested below, typically corresponding to those packages hooked by PyInstaller.
gi_repositories = [('Gst', '1.0'), ('GLib', '2.0'), ('GModule', '2.0'),
('GObject', '2.0'), ('GdkPixbuf', '2.0'), ('Gio', '2.0')]
('GObject', '2.0'), ('GdkPixbuf', '2.0'), ('Gio', '2.0'),
('Clutter', '1.0'), ('GtkClutter', '1.0'),
('Champlain', '0.12'), ('GtkChamplain', '0.12')]
gi_repository_names = [x[0] for x in gi_repositories]

# Names of the same packages, decorated to be skipped if unimportable.
Expand Down

0 comments on commit 59aac75

Please sign in to comment.