pytest-rerunfailures
slows down pytest-xdist
testing
#242
Labels
help wanted
a pull request to fix this issue is welcome
I tried to run tests for
pytest-xdist
withpytest-rerunfailures
installed and disabled using-p no:rerunfailures
set inPYTEST_ADDOPTS
environment variable. I noticed that with this setup thepytest-xdist
tests takes very long time (over one hour on my testing machine) and CPU is heavily utilized. Without thepytest-rerunfailures
installed thepytest-xdist
testing completes in about 3 minutes on my machine.Version info:
The text was updated successfully, but these errors were encountered: