You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a wildcard version to the Pipfile, e.g. django = "==2.2.*" does not pin to a specific version in the lock file. This appears to be a regression in 2020.5.28
Issue description
Adding a wildcard version to the Pipfile, e.g.
django = "==2.2.*"
does not pin to a specific version in the lock file. This appears to be a regression in2020.5.28
Expected result
Something like:
Actual result
Steps to replicate
$ pipenv --support
Pipenv version:
'2020.5.28'
Pipenv location:
'/home/django/.local/lib/python3.7/site-packages/pipenv'
Python location:
'/usr/local/bin/python'
Python installations found:
3.7.7
:/usr/local/bin/python3.7m
3.7.7
:/usr/local/bin/python3.7
3.7.7
:/usr/local/bin/python3
3.7.3
:/usr/bin/python3.7m
3.7.3
:/usr/bin/python3.7
3.7.3
:/usr/bin/python3
2.7.16
:/usr/bin/python2
2.7.16
:/usr/bin/python2.7
PEP 508 Information:
System environment variables:
DATABASE_URL
SITE_URI
HOSTNAME
PYTHON_VERSION
AWS_DEFAULT_REGION
PWD
HOME
LANG
LS_COLORS
GPG_KEY
TERM
SHLVL
PYTHON_PIP_VERSION
REDIS_CACHE_URL
PYTHON_GET_PIP_SHA256
PYTHON_GET_PIP_URL
PATH
PIP_NO_CACHE_DIR
PIP_NO_BINARY
STATIC_URL
_
OLDPWD
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
PIP_SHIMS_BASE_MODULE
PIP_PYTHON_PATH
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/opt/inklecate:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG
:C.UTF-8
PWD
:/home/django
Contents of
Pipfile
('/home/django/Pipfile'):Contents of
Pipfile.lock
('/home/django/Pipfile.lock'):The text was updated successfully, but these errors were encountered: