pipenv icon indicating copy to clipboard operation
pipenv copied to clipboard

Corrected behavior of uninstall --all

Open matteius opened this issue 1 year ago • 0 comments

Thank you for contributing to Pipenv!

The issue

When I recently refactored the uninstall command behavior to be smarter, I broke the expected behavior of --all flag. Specifically there should not be removal from the Pipfile and the do_purge logic should be invoked (it wasn't after my change). Fixes #6200

The checklist

  • [X] Associated issue
  • [X] A news fragment in the news/ directory to describe this fix with the extension .bugfix.rst, .feature.rst, .behavior.rst, .doc.rst. .vendor.rst. or .trivial.rst (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

matteius avatar Jul 29 '24 01:07 matteius