1 https://github.com/abusalimov/pytest-travis-fold/issues/14
3 --- pytest-travis-fold-1.3.0/pytest_travis_fold.py.orig
4 +++ pytest-travis-fold-1.3.0/pytest_travis_fold.py
9 -@pytest.mark.trylast # to let 'terminalreporter' be registered first
10 +@pytest.hookimpl(trylast=True) # to let 'terminalreporter' be registered first
11 def pytest_configure(config):
12 travis = TravisContext(config.option.travis_fold)
13 if not travis.fold_enabled: