Skip to content
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

Pipenv must not add dependencies if it doesnt exist #3418

Closed
usta opened this issue Dec 31, 2018 · 1 comment
Closed

Pipenv must not add dependencies if it doesnt exist #3418

usta opened this issue Dec 31, 2018 · 1 comment

Comments

@usta
Copy link

usta commented Dec 31, 2018

Hello everyone,

Current workflow of pip have an issue for example :

for example if you want to add pytest as dependency but you make a typo and forget e
pipenv install pytst
because of there isnt any package named pytst but Pipenv still adds it to Pipfile

Issue description

cat PipFile will still show that pytst added to Pipfile

Expected result

it must be added to Pipfile after checking that package exists

@frostming
Copy link
Contributor

Duplicate of #3318

@frostming frostming marked this as a duplicate of #3318 Jan 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants