ionelmc / pytest-benchmark

py.test fixture for benchmarking code
BSD 2-Clause "Simplified" License
1.22k stars 115 forks source link

Use pytest.hookimpl/.hookspec to configure hooks #224

Closed The-Compiler closed 1 year ago

The-Compiler commented 1 year ago

See https://github.com/pytest-dev/pytest/pull/9118 https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers

Closes #223