Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup ephemeral wheel cache properly #968

Merged
merged 1 commit into from
Nov 25, 2019

Commits on Nov 16, 2019

  1. Cleanup wheel cache properly

    Attribute `self.wheel_cache` has been removed in f6de247,
    thus `self.wheel_cache.cleanup()` will allways throw the AttributeError
    and `wheel_cache.cleanup()` will never be called as supposed to be.
    
    WheelCache.cleanup() has been introduced in `pip==10.0.0`.
    It's better to check pip version explicitly (LBYL) rather than ask for
    forgiveness (EAFP).
    atugushev committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    40d74a6 View commit details
    Browse the repository at this point in the history