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

Fix --all-dev behaviour #4310

Merged

Conversation

Ponewor
Copy link
Contributor

@Ponewor Ponewor commented Jun 3, 2020

The issue

Resolves #3722

The fix

From now on default dependencies are excluded from uninstallation whenever --all-dev flag is used.

The checklist

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

pipenv/core.py Outdated Show resolved Hide resolved
@frostming frostming added the Type: API Change This issue describes an API change. label Jun 4, 2020
@frostming
Copy link
Contributor

This is an API change but I am Okay with most parts.

Marcin added 2 commits June 4, 2020 12:01
…hub.com:Ponewor/pipenv into 3722/fix-all-dev-uninstalls-shared-dependencies
@Ponewor Ponewor requested a review from frostming June 4, 2020 11:05
@frostming frostming merged commit 97324a6 into pypa:master Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: API Change This issue describes an API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pipenv uninstall --all-dev uninstalls shared default dependencies
2 participants