Include pytest-xvfb properly in frozen tests

This commit is contained in:
Florian Bruhin 2016-02-19 06:52:19 +01:00
parent b201b65669
commit 67b9904772

View File

@ -28,7 +28,8 @@ import pytest_mock
import pytest_catchlog
import pytest_instafail
import pytest_faulthandler
import pytest_xvfb
sys.exit(pytest.main(plugins=[pytestqt.plugin, pytest_mock,
pytest_catchlog, pytest_instafail,
pytest_faulthandler]))
pytest_faulthandler, pytest_xvfb]))