pytest-dev / pytest-xdist

pytest plugin for distributed testing and loop-on-failures testing modes.
https://pytest-xdist.readthedocs.io
MIT License
1.44k stars 228 forks source link

pytest-xdist 3.40 and higher not honoring --exitfirst #1034

Open burnettk opened 6 months ago

burnettk commented 6 months ago

https://stackoverflow.com/q/77667559/6090676

i am not the filer of the stackoverflow question (but i also observed the issue -- works fine on version 3.3.1), and it appears to be the only place this issue is documented, and i was thinking this would be a more appropriate place.

thanks for the awesome project! it made our test suite like 5x faster or something.

charles-cooper commented 5 months ago

chiming in here as i noticed the same issue. if it helps, here it my pip freeze | grep pytest:

pytest==8.1.1
pytest-cov==4.1.0
pytest-forked==1.6.0
pytest-instafail==0.5.0
pytest-split==0.8.2
pytest-xdist==3.5.0
DetachHead commented 2 months ago

sounds like the same issue as #420?