Capitalisation of package names in Pipfile is inconsistent. #1855
Labels
Type: Bug 🐛
This issue is a bug.
Type: Regression
This issue is a regression of a previous behavior.
When I run "pipenv install {package}" all the package names in the Pipfile are lower-cased.
However, when I run "pipenv uninstall {package}" many of the names are changed back to their mixed case form.
This creates a lot of noise in change logs.
$ python -m pipenv.help
$ python -m pipenv.help output
Pipenv version:
'11.9.0'
Pipenv location:
'/home/curtis/.local/lib/python2.7/site-packages/pipenv'
Python location:
'/usr/bin/python'
Other Python installations in
PATH
:2.7
:/usr/bin/python2.7
2.7
:/usr/bin/python2.7
3.4
:/usr/bin/python3.4m
3.4
:/usr/bin/python3.4
2.7.9
:/usr/bin/python
2.7.9
:/usr/bin/python2
3.4.2
:/usr/bin/python3
PEP 508 Information:
System environment variables:
PYTHONDONTWRITEBYTECODE
PGPASSWORD
LOGNAME
USER
HOME
PATH
PYTHONUNBUFFERED
LANG
TERM
SHELL
LANGUAGE
SHLVL
PGUSER
PYTHONPATH
PIP_PYTHON_PATH
_
SSH_CONNECTION
SSH_TTY
OLDPWD
SSH_CLIENT
PWD
MAIL
LS_COLORS
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
SHELL
:/bin/bash
LANG
:en_AU.UTF-8
PWD
:/home/curtis/review_app/workspace/candle-server/src/components/erasmus
Expected result
Consistent casing for both install / uninstall.
Actual result
The text was updated successfully, but these errors were encountered: