Add pytest_warnings to run_frozen_tests.py
This commit is contained in:
parent
ed43e12c3e
commit
b5d3fa763a
@ -30,8 +30,9 @@ import pytest_instafail
|
||||
import pytest_faulthandler
|
||||
import pytest_xvfb
|
||||
import pytest_rerunfailures
|
||||
import pytest_warnings
|
||||
|
||||
sys.exit(pytest.main(plugins=[pytestqt.plugin, pytest_mock,
|
||||
pytest_catchlog, pytest_instafail,
|
||||
pytest_faulthandler, pytest_xvfb,
|
||||
pytest_rerunfailures]))
|
||||
pytest_rerunfailures, pytest_warnings]))
|
||||
|
Loading…
Reference in New Issue
Block a user