Skip to content

Fix dependency conflict and wrong badge link. #93

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

Merged
merged 2 commits into from
May 9, 2019

Conversation

Guillemdb
Copy link
Contributor

  • Changing the order of requests and dulwich avoids installing an uncompatible version of urllib3. This happens because requets has a closed interval of valid versions of urllib3 ('urllib3>=1.21.1,<1.25') and dulwich only needs urllib3[secure]>=1.23. If dulwich is installed before requests. the installed version of urllb3 will be 1.25, and will make requests fail.

  • The project was moved to travis.com from travis.org, so I updated the links of the badge to point to the new url.

Signed-off-by: Guillem Duran <[email protected]>
@Guillemdb
Copy link
Contributor Author

@vmarkovtsev Is this coverage fail my fault?

@vmarkovtsev vmarkovtsev changed the title Fix dependency conflic and wrong badge link. Fix dependency conflict and wrong badge link. May 9, 2019
Signed-off-by: Guillem Duran <[email protected]>
@Guillemdb
Copy link
Contributor Author

Done, now the message is displayed both in setup.py and requirements.txt

@vmarkovtsev vmarkovtsev merged commit 6f73d34 into src-d:master May 9, 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

Successfully merging this pull request may close these issues.

2 participants