Include pytest-xvfb properly in frozen tests
This commit is contained in:
parent
b201b65669
commit
67b9904772
@ -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]))
|
||||
|
Loading…
Reference in New Issue
Block a user