pex 2.25.0 #2614
pex 2.25.0
#2614
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2.25.0
This release adds support for
pex3 lock {create,sync} --elide-unused-requires-dist
. This new lockoption causes any dependencies of a locked requirement that can never
be activated to be elided from the lock file. This leads to no material
difference in lock file use, but it does cut down on the lock file size.
--elide-unused-requires-dist
lock option. (Add--elide-unused-requires-dist
lock option. #2613)This discussion was created from the release pex 2.25.0.
Beta Was this translation helpful? Give feedback.
All reactions