-
-
Notifications
You must be signed in to change notification settings - Fork 489
Fixed "make" command to test upstream with local oauthlib. #522
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
Conversation
Pull Request Test Coverage Report for Build 1175
💛 - Coveralls |
Pull Request Test Coverage Report for Build 1174
💛 - Coveralls |
2 similar comments
Pull Request Test Coverage Report for Build 1174
💛 - Coveralls |
Pull Request Test Coverage Report for Build 1174
💛 - Coveralls |
FYI,
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works great for everything except for the django docs
build, see my inline comment.
This will come in very handy for the 2.1/3.0 releases. 💯
cd django-oauth-toolkit && tox -e "$(PYS)" | ||
rm -rf django-oauth-toolkit | ||
cd django-oauth-toolkit 2>/dev/null || git clone https://github.com/evonove/django-oauth-toolkit.git | ||
cd django-oauth-toolkit && sed -i.old 's,deps =,deps= --editable=file://{toxinidir}/../,' tox.ini && tox -e py27,py35,py36 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one appears to need an extra newline for the docs
build...
) (cherry picked from commit ad61175)
Doing
make
command to test upstream compatibility is great, however it has different flaws I fixed:make
to test their local changes before push.tox
everytime we can).bottle-oauthlib
TBC: wait for requests/requests-oauthlib#306 to be integrated to master & we will able to replace
Travis
build command fromtox
tomake
. However, if one of their builds failed for a different reason than us, it breaks our CI job.