David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
1e4982 1 https://github.com/bitprophet/pytest-relaxed/issues/28
MT 2
fe6eb2 3 --- pytest-relaxed-2.0.2/pytest_relaxed/plugin.py.orig
MT 4 +++ pytest-relaxed-2.0.2/pytest_relaxed/plugin.py
1e4982 5 @@ -37,7 +37,7 @@
MT 6      return SpecModule.from_parent(parent=parent, path=file_path)
7  
8  
9 -@pytest.mark.trylast  # So we can be sure builtin terminalreporter exists
10 +@pytest.hookimpl(trylast=True)  # So we can be sure builtin terminalreporter exists
11  def pytest_configure(config):
12      # TODO: we _may_ sometime want to do the isatty/slaveinput/etc checks that
13      # pytest-sugar does?