Skip to content
Snippets Groups Projects
Commit ab2d7105 authored by Nico's avatar Nico
Browse files

Fix failing pytests

parent 971977d7
No related branches found
No related tags found
1 merge request!52[WIP] Fix failing pytests
Pipeline #4737 failed
......@@ -27,5 +27,3 @@ pytest:
stage: test
coverage: '/TOTAL.*\s+(\d+%)$/'
script: tools/tests/test-pytest.sh
allow_failure: true
when: manual
......@@ -87,7 +87,8 @@ def briar_headless_jar(is_file):
return is_file
@pytest.fixture(autouse=True)
# For some reason, this gives a '6681 Segmentation fault'. Therefore 'False'
@pytest.fixture(autouse=False)
def gi_dependencies(mocker):
mocker.patch(MODULE % "Gtk")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment