mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
0f04e5708c
- Backup resolver was broken when hash resolution was split out into two functions - This PR returns the resolver to the caller function - This is for edge cases where the PyPI json API and the pip resolver don't return the same authoritative result for a package lookup (a name can be resolved in one source but not the other) - Added test to prevent future regression - Fixes #1195