-
Notifications
You must be signed in to change notification settings - Fork 298
Split requirements files up following DRF example #720
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
890870b
to
63b1834
Compare
Codecov Report
Merging #720 into master will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## master #720 +/- ## ======================================= Coverage 97.08% 97.08% ======================================= Files 54 54 Lines 2742 2742 ======================================= Hits 2662 2662 Misses 80 80
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7655f02...ed10e03. Read the comment docs.
63b1834
to
aa8c06a
Compare
@sliverc Can you figure out why the sphinx build is failing? I've been staring at it and don't see why it shoud.
@n2ygk
I don't get it either. Although when I delete the .tox/docs
and docs/apidoc
folder locally I can reproduce the error when running tox -e docs, I don't quite understand though why.
fe8cf34
to
911a3b9
Compare
Fixes django-json-api#712 Fixes django-json-api#635 This way not all dependency need to be installed for the different testing steps.
911a3b9
to
ed10e03
Compare
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.
LGTM
Fixes django-json-api#518 Fixes django-json-api#720 This is to avoid an incomprehensible exception during runtime when either meta or results is used as a field name.
Fixes #712
Fixes #635
Description of the Change
This way not all dependencies need to be installed for the different testing steps.
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS