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

Ignore errors in temporary directory cleanup #11394

Merged
merged 5 commits into from
Jul 27, 2023

Commits on Jul 17, 2023

  1. Ignore errors in temporary directory cleanup

    pip should not exit with an error when it fails to cleanup temporary
    files after it has already successfully installed packages.
    ales-erjavec committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    660dafb View commit details
    Browse the repository at this point in the history
  2. Fix 'force' remove file without write permissions

    Preserve existing mode flags, handle case where we even lack
    permission to change the mode.
    ales-erjavec committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4ff65ab View commit details
    Browse the repository at this point in the history
  3. Add a news entry

    ales-erjavec committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    dddf4f8 View commit details
    Browse the repository at this point in the history
  4. Show a single warning on temp directory cleanup

    Log individual errors at debug logging level.
    ales-erjavec committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6a9098e View commit details
    Browse the repository at this point in the history
  5. Change warning wording

    Co-authored-by: Tzu-ping Chung <[email protected]>
    ales-erjavec and uranusjr committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2928750 View commit details
    Browse the repository at this point in the history