The argument used to be called `hookwrapper`. Our code broke after this rename. ``` File "/usr/local/lib/python3.11/dist-packages/pytest_cov/plugin.py", line 318, in CovPlugin @pytest.hookimpl(wrapper=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: HookimplMarker.__call__() got an unexpected keyword argument 'wrapper' ```