We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa6253 commit ec22fc4Copy full SHA for ec22fc4
pytest_relaxed/plugin.py
@@ -37,7 +37,7 @@ def pytest_collect_file(file_path, parent):
37
return SpecModule.from_parent(parent=parent, path=file_path)
38
39
40
-@pytest.mark.trylast # So we can be sure builtin terminalreporter exists
+@pytest.hookimpl(trylast=True) # Be sure builtin terminalreporter exists
41
def pytest_configure(config):
42
# TODO: we _may_ sometime want to do the isatty/slaveinput/etc checks that
43
# pytest-sugar does?
0 commit comments