Parallelize the test suite #16178
Labels
developer experience
Anything that improves the experience for Warehouse devs
testing
Test infrastructure and individual tests
From conversation wit @miketheman: the tests do currently parallelize cleanly, but coverage is broken in the process. My SWAG explanation is that coverage's intermediate files may be generated with the same seed in each process, resulting in clobbered outputs.
WIP branch from above: https://github.com/pypi/warehouse/compare/main...miketheman:miketheman/pytest-xdist?expand=1
I've asked @DarkaMaul to take a look at this once his queue is empty 🙂
The text was updated successfully, but these errors were encountered: