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

Re-work testing pyenv management. #2535

Closed jsirois closed 2 months ago

jsirois commented 2 months ago

The new setup allows for safe upgrades by just bumping pyenv Python versions. Also re-work atomic_directory to support this cleanly, allow obtaining an independent lock on an atomic directory after it has been established. This can be useful when reads of the directory contents all happen in the same code path as the writes.