Skip qtutils.savefile_open tests without DISPLAY.

I don't get why, but for some reason they cause a segfault from time to time...
So let's just skip them.
This commit is contained in:
Florian Bruhin 2015-11-27 19:11:37 +01:00
parent d6acb3c3f4
commit 962ba36cda

View File

@ -369,6 +369,7 @@ class SavefileTestException(Exception):
pass
@pytest.mark.usefixtures('qapp')
class TestSavefileOpen:
"""Tests for savefile_open."""