-
Notifications
You must be signed in to change notification settings - Fork 279
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
cf push with pipenv installs dev dependencies #88
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/152395352 The labels on this github issue will be updated when the story is started. |
Pipenv seems to be the problem here. It wasn't possible to generate a requirements.txt file without dev dependencies being installed too. A PR merged 6 days ago fixes this https://github.com/kennethreitz/pipenv/pull/972 The good news is that by upgrading pipenv to |
Hi @benjefferies, Thanks for the report! This is fixed on the develop branch, and the fix will be shipped in the next release. Furthermore, pipenv will now be updated to the latest version in each buildpack release by our pipeline. |
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running
cf curl /v2/info && cf version
?What version of the buildpack you are using?
Buildpack version 1.5.19
If you were attempting to accomplish a task, what was it you were attempting to do?
packages
anddev-packages
cf push
Sample Pipfile
What did you expect to happen?
packages
section of the Pipfile should have been installedWhat was the actual behavior?
packages
anddev-packages
section of the Pipfile should have been installed.cf push
with the dev dependencypytest
Please confirm where necessary:
error.log
The text was updated successfully, but these errors were encountered: