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

Add a test of pure lock deletes for complex deps. #2576

Closed jsirois closed 4 weeks ago

jsirois commented 4 weeks ago

I claimed there was already one of these in #2569 but I was wrong because the existing complex case test include an update; so is not a pure delete.

Add a new test of the pure delete case where the deleted node's graph is partially retained.