jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / pytest-travis-fold / patches / 02-pytest.mark.trylast.patch
blobfcc851b2546390940f70457e1898db02a17e7837
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
5 @@ -182,7 +182,7 @@
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: