kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 59 forks source link

Update pytest decoration #129

Open snovikov opened 3 months ago

snovikov commented 3 months ago

Running on python 3.12.3 with pytest 8.2.1 I got this message:

PytestDeprecationWarning: The hookimpl ParallelRunner.pytest_sessionstart uses old-style configuration options (marks or attributes).
Please use the pytest.hookimpl(tryfirst=True) decorator instead
 to configure the hooks.
 See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
  @pytest.mark.tryfirst
snovikov commented 3 months ago

More information here: https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers

kevlened commented 3 months ago

Thanks for opening a PR. Unfortunately, I'm no longer maintaining this project.

I'll be archiving the project.