context need be last call
This commit is contained in:
parent
8b436def62
commit
ccfa2ffa88
|
@ -2,7 +2,7 @@ import pytest
|
||||||
from mlvp.reporter import process_context, process_func_coverage
|
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):
|
def pytest_reporter_context(context, config):
|
||||||
process_context(context, config)
|
process_context(context, config)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue