Fix catchlog move in run_frozen_tests.py.
This commit is contained in:
parent
e25ae49c0e
commit
15b77bf2e9
@ -27,7 +27,7 @@ import sys
|
||||
import pytest
|
||||
import pytestqt.plugin
|
||||
import pytest_mock
|
||||
import pytest_capturelog
|
||||
import pytest_catchlog
|
||||
|
||||
sys.exit(pytest.main(plugins=[pytestqt.plugin, pytest_mock,
|
||||
pytest_capturelog]))
|
||||
pytest_catchlog]))
|
||||
|
Loading…
Reference in New Issue
Block a user