-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Packages with pre-release are excluded in pipenv update dry-run output #4594
Comments
Special prize for doing it in inverse alphabetical order. |
Also it makes you read both versions in case the latest one is installed. Now imagine dozens of dependencies. |
@andreif It seems to still be an issue on latest version
|
Mentioning this somewhat relates back to this PR where someone else commented also about black causing some extra steps due to it being a pre-release:
|
@andreif This appears to be resolved on the latest vesion of pipenv
|
Issue description
Pipenv update --dry-run/outdated skips black.
Expected result
It should include black.
Actual result
Steps to replicate
$ pipenv --support
Pipenv version:
'2020.11.15'
Pipenv location:
'/Users/andrei/.pyenv/versions/3.8.2/envs/test-pipenv/lib/python3.8/site-packages/pipenv'
Python location:
'/Users/andrei/.pyenv/versions/3.8.2/envs/test-pipenv/bin/python'
Python installations found: skipped
PEP 508 Information:
System environment variables: skipped
Pipenv–specific environment variables:
PIPENV_VENV_IN_PROJECT
:yes
Debug–specific environment variables: skipped
Contents of
Pipfile
('/Users/andrei/Work/test-pipenv/Pipfile'):Contents of
Pipfile.lock
('/Users/andrei/Work/test-pipenv/Pipfile.lock'):The text was updated successfully, but these errors were encountered: