sarugaku / pip-shims

Compatibility shims for pip versions 8 thru current.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix test failures

brainwane opened this issue · comments

@techalchemy what are the specific current test failures that need fixing?

(Resolving this will also help with pypa/pipenv#4058 (comment) and pypa/pipenv#3369 , since pip-shims problems are blocking the pipenv release.)

InstallRequirement.ensure_build_location now takes an additional argument on pip@master -- autodelete:

TypeError: ensure_build_location() missing 1 required positional argument: 'autodelete'

WheelCache instances are now built from temporary directories which require a global_tempdir_manager context (so will require a shim on pip >= 20)