python-pytest-harvest icon indicating copy to clipboard operation
python-pytest-harvest copied to clipboard

Can it support pytest-parallel

Open EitanBe opened this issue 4 years ago • 2 comments

Do you have a future plan to support pytest-parallel Thank you!

EitanBe avatar Dec 21 '21 07:12 EitanBe

Hi @EitanBe , thanks for asking ! Currently the lib supports pytest-xdist only. Since all workers live in separate processes the current way to "regroup" the results is to use disk.

I do not know enough the differences between pytest-parallel and pytest-xdist to be able to tell if that solution should apply too here. Whatever the solution (similar or different than what is done for xdist) I would be happy to review a corresponding PR if you would like to have a look.

smarie avatar Jan 06 '22 10:01 smarie

@EitanBe , is this topic still of interest ? Did you make any progress ?

smarie avatar Apr 12 '22 12:04 smarie