pipenv uninstall removing the wrong requirement #3099
Labels
Status: Awaiting Update ⏳
This issue requires more information before assistance can be provided.
Status: Needs More Information
This issue does not provide enough information to take further action.
Type: Possible Bug
This issue describes a possible bug in pipenv.
Issue description
When I attempt to uninstall boto3 from my requirements (see below), python-forecastio is removed from the Pipfile instead of boto3.
Expected result
boto3 is uninstalled and removed from my Pipfile
Actual result
boto3 is uninstalled but python-forecastio is removed from my Pipfile
Steps to replicate
pipenv uninstall boto3
$ pipenv --support
Pipenv version:
'2018.10.13'
Pipenv location:
'/usr/local/lib/python3.6/dist-packages/pipenv'
Python location:
'/usr/bin/python3'
Python installations found:
3.6.6
:/usr/bin/python3.6m
3.6.6
:/usr/bin/python3.6
2.7.15rc1
:/usr/bin/python2.7
PEP 508 Information:
System environment variables:
PIPENV_VENV_IN_PROJECT
LS_COLORS
SSH_CONNECTION
LESSCLOSE
LANG
EDITOR
XDG_SESSION_ID
USER
PWD
HOME
SSH_CLIENT
XDG_DATA_DIRS
SSH_TTY
MAIL
VISUAL
TERM
SHELL
SHLVL
LOGNAME
XDG_RUNTIME_DIR
PATH
LESSOPEN
_
OLDPWD
PYTHONDONTWRITEBYTECODE
PIP_SHIMS_BASE_MODULE
PIP_PYTHON_PATH
Pipenv–specific environment variables:
PIPENV_VENV_IN_PROJECT
:true
Debug–specific environment variables:
PATH
:/home/vagrant/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
SHELL
:/bin/bash
EDITOR
:vim
LANG
:C.UTF-8
PWD
:/opt/spotr
Contents of
Pipfile
('/opt/spotr/Pipfile'):Contents of
Pipfile.lock
('/opt/spotr/Pipfile.lock'):The text was updated successfully, but these errors were encountered: