-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6276 from pypa/issue-6267
install should not do full lock resolution, as that is the purpose of pipenv lock
- Loading branch information
Showing
34 changed files
with
870 additions
and
436 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Features & Bug Fixes | ||
------------------- | ||
- Refactored and simplified install routines, improving maintainability and reliability (#6276) | ||
- Split install logic into smaller, focused functions. | ||
- Eliminated Pipfile caching for now to prevent bugs and reduce complexity. | ||
- Fixed edge cases with package category selection. | ||
- Improved handling of VCS dependencies during updates, fixing when ref is a revision and not a branch. | ||
|
||
- Enhanced VCS URL handling with better environment variable support (#6276) | ||
- More reliable expansion of environment variables in Git URLs. | ||
- Better handling of authentication components in VCS URLs. | ||
- Improved error messaging for missing environment variables. | ||
- Fixed issue where Git reference could be dropped during relock. |
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
Oops, something went wrong.