diff --git a/tests/conftest.py b/tests/conftest.py index 7355049..6033702 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -2,7 +2,7 @@ import pytest from mlvp.reporter import process_context, process_func_coverage -@pytest.hookimpl(optionalhook=True) +@pytest.hookimpl(trylast=True, optionalhook=True) def pytest_reporter_context(context, config): process_context(context, config)