Skip to content

Commit 5689d80

Browse files
authored
Fix "Customizing Colors" documentation section (#11652)
Fixes #11573
1 parent 0f6c17c commit 5689d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/how-to/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ through ``add_color_level()``. Example:
241241

242242
.. code-block:: python
243243
244-
@pytest.hookimpl
244+
@pytest.hookimpl(trylast=True)
245245
def pytest_configure(config):
246246
logging_plugin = config.pluginmanager.get_plugin("logging-plugin")
247247

0 commit comments

Comments
 (0)