pytest-split
pytest-split copied to clipboard
Issue with new 0.9.0 version - Some tests are repeated in different groups and some tests are not even being run in any group
With the new version, I detected some tests were not being run.
Analyzing the logs, I realized some tests were being run twice or even 4 times in different groups. And also many tests were not being run.
When I pin the version to 0.8.2 the issue goes away. That works for me now but any chance to get a proper fix for v0.9.0?