Another try at frozen pytest_benchmark

This commit is contained in:
Florian Bruhin 2017-02-19 21:33:49 +01:00
parent 09371be081
commit 2c87b4f979

View File

@ -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]))