-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolvelib: Stop resolving requirements one-by-one (#488)
* resolvelib: Stop resolving requirements one-by-one * requirement, resolvelib: Propagate origin requirements for each candidate * requirement: Use the new origin requirements field * requirement: Fix `--skip-editable` flag * resolvelib: Fix lint * test: Remove incorrect online annotation * requirement, resolvelib: Rename dependee map variables/functions * test: Get a few resolvelib tests working * resolvelib: Return a dummy candidate when a project can't be found on PyPI * test: Get tests passing * requirement, resolvelib: Fix lint * resolvelib: Document new classes * CHANGELOG: Add changelog entry * dependency_source: Mark the interface with "no cover" * test: Fill out remaining coverage * requirement: Use `pass` statement to check for coverage and mark `continue` with `no cover`
- Loading branch information
1 parent
ab078a5
commit d549edc
Showing
10 changed files
with
481 additions
and
236 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
Oops, something went wrong.