The pipenv uninstall --dev is not working #3385
Labels
Contributor Candidate
The issue has been identified/triaged and contributions are welcomed/encouraged.
Status: Awaiting Update ⏳
This issue requires more information before assistance can be provided.
triage
Issue description
The
pipenv uninstall --dev
is not working. The--dev
flag is saved asstate.installstate.dev
, but it is not passed intouninstall
method as shown inpipenv/pipenv/cli/command.py
Lines 287 to 300 in 4e476ce
Expected result
The
pipenv uninstall --dev
should only uninstall and remove packages from dev packages section.The text was updated successfully, but these errors were encountered: