context need be last call

This commit is contained in:
yaozhicheng 2024-05-11 17:53:30 +08:00
parent 8b436def62
commit ccfa2ffa88
1 changed files with 1 additions and 1 deletions

View File

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