1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/unit/resolution_resolvelib
Tzu-ping Chung 8326148149 Implement "lazy sequence" to avoid Internet
find_matches() is modified to return a special type that implements
the sequence protocol (instead of a plain list). This special sequence
type tries to use the installed candidate as the first element if
possible, and only access indexes when the installed candidate is
considered unsatisfactory.
2020-10-13 16:06:00 +08:00
..
conftest.py Prepare isort for black 2020-09-23 21:47:47 +05:30
test_requirement.py Implement "lazy sequence" to avoid Internet 2020-10-13 16:06:00 +08:00
test_resolver.py Merge branch 'master' into nr_upgrade_strategy 2020-05-03 11:01:27 +01:00