Skip to content

Commit

Permalink
Fix warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Nov 29, 2023
1 parent 609ab8e commit 6915ed2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

import pytest

import gi

gi.require_version('Gtk', '4.0')
gi.require_version('Gdk', '4.0')
gi.require_version('Adw', '1')
gi.require_version('Gst', '1.0')
gi.require_version('GstPbutils', '1.0')


@pytest.fixture(scope='session', autouse=True)
def install_l10n():
Expand Down

0 comments on commit 6915ed2

Please sign in to comment.