Another try at frozen pytest_benchmark
This commit is contained in:
parent
09371be081
commit
2c87b4f979
@ -31,10 +31,10 @@ import pytest_faulthandler
|
|||||||
import pytest_xvfb
|
import pytest_xvfb
|
||||||
import pytest_rerunfailures
|
import pytest_rerunfailures
|
||||||
import pytest_warnings
|
import pytest_warnings
|
||||||
import pytest_benchmark
|
import pytest_benchmark.plugin
|
||||||
|
|
||||||
sys.exit(pytest.main(plugins=[pytestqt.plugin, pytest_mock,
|
sys.exit(pytest.main(plugins=[pytestqt.plugin, pytest_mock,
|
||||||
pytest_catchlog, pytest_instafail,
|
pytest_catchlog, pytest_instafail,
|
||||||
pytest_faulthandler, pytest_xvfb,
|
pytest_faulthandler, pytest_xvfb,
|
||||||
pytest_rerunfailures, pytest_warnings,
|
pytest_rerunfailures, pytest_warnings,
|
||||||
pytest_benchmark]))
|
pytest_benchmark.plugin]))
|
||||||
|
Loading…
Reference in New Issue
Block a user