Fix deprecated @pytest.mark.hookwrapper
authorMatthias Goergens <matthias.goergens@gmail.com>
Fri, 7 Apr 2023 07:34:43 +0000 (15:34 +0800)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 7 Apr 2023 14:31:58 +0000 (15:31 +0100)
commitb9b4307e4da12278ef202ddccc39344f3eb61735
treeea228052d30ae9ab6a109931c22d2f694f78d7cd
parent7555d032a21e5bc9accd27e93d16acf32b6c2d7d
Fix deprecated @pytest.mark.hookwrapper

```
PytestDeprecationWarning: The hookimpl pytest_pyfunc_call uses old-style configuration options (marks or attributes).
  Please use the pytest.hookimpl(hookwrapper=True) decorator instead
   to configure the hooks.
   See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
    @pytest.mark.hookwrapper
```
test/conftest.py