diff --git a/scripts/dev/run_frozen_tests.py b/scripts/dev/run_frozen_tests.py index ac1eb9488..e64325417 100644 --- a/scripts/dev/run_frozen_tests.py +++ b/scripts/dev/run_frozen_tests.py @@ -31,10 +31,10 @@ import pytest_faulthandler import pytest_xvfb import pytest_rerunfailures import pytest_warnings -import pytest_benchmark +import pytest_benchmark.plugin sys.exit(pytest.main(plugins=[pytestqt.plugin, pytest_mock, pytest_catchlog, pytest_instafail, pytest_faulthandler, pytest_xvfb, pytest_rerunfailures, pytest_warnings, - pytest_benchmark])) + pytest_benchmark.plugin]))