-
Notifications
You must be signed in to change notification settings - Fork 299
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
Split requirements files up following DRF example #720
Conversation
890870b
to
63b1834
Compare
Codecov Report
@@ 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.
|
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 |
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