smarie / python-pytest-harvest

Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes.
https://smarie.github.io/python-pytest-harvest/
BSD 3-Clause "New" or "Revised" License
61 stars 8 forks source link

MAINT: use proper nox parametrization instead of our `@power_session` #71

Open smarie opened 4 months ago

smarie commented 4 months ago

nox has evolved since I wrote the initial hack to parametrize the tuple of python version, pytest version. It most probably now supports the pytest-style to parametrize tuples. Let's use it :)