-
-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject VCS requirements in locks. (#1563)
The current pex lock infrastructure cannot handle VCS requirements in the same way it can't handle local project requirements. Unlike local project requirements though, the failure to handle these requirements was uncontrolled. Add explicit parsing of VCS requirements to allow them to be singled out and rejected along side local project requirements. This addresses the UX for the failure noted in #1556 but may not be the final word there. If there is a desire to actually handle VCS requirements in locks, the `VCSRequirement` parsing added here can be expanded to extract the needed extra data (commit id certainly) to build that support. Closes #1562
- Loading branch information
Showing
4 changed files
with
166 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters