Skip to content

Commit e037356

Browse files
bluetechMichael Howitz
authored andcommitted
README: remove incorrect hookwrapper
A hookwrapper requires a `yield`, but seems unnecessary here, so just remove it.
1 parent 4500a8d commit e037356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ Development
127127

128128
.. code-block:: python
129129
130-
@hookimpl(tryfirst=True, hookwrapper=True)
130+
@hookimpl(tryfirst=True)
131131
def pytest_runtest_makereport(item, call):
132132
print(item.execution_count)

0 commit comments

Comments
 (0)