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

[datadogpy][requests] Do not re-install requests with datadogpy #45

Merged
merged 1 commit into from
Mar 21, 2016

Conversation

olivielpeau
Copy link
Member

Previously pip was set to ignore the packages that were already
installed, which led pip to install requests (one of datadogpy's
deps) with a different version than the one specified in requests'
software def.

To fix this, make pip consider already-installed packages.

Previously pip was set to ignore the packages that were already
installed, which led pip to install `requests` (one of datadogpy's
deps) with a different version than the one specified in `requests`'
software def.

To fix this, make pip consider already-installed packages.
@olivielpeau olivielpeau added this to the 5.7.2 milestone Mar 14, 2016
olivielpeau added a commit that referenced this pull request Mar 21, 2016
…all-requests

[datadogpy][requests] Do not re-install `requests` with `datadogpy`
@olivielpeau olivielpeau merged commit 6ada404 into master Mar 21, 2016
@olivielpeau olivielpeau deleted the olivielpeau/datadogpy-dont-reinstall-requests branch March 21, 2016 14:34
@olivielpeau olivielpeau modified the milestones: 5.7.3, 5.7.2 Mar 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant