pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.83k stars 266 forks source link

Get unit tests running stably under xdist. #2529

Closed jsirois closed 2 months ago

jsirois commented 2 months ago

This was mostly already working save for a few tests that needed adjustment to be able to run consistently in isolation or under xdist or both.