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

Update djangorestframework #135

Merged
merged 3 commits into from
Jul 6, 2024
Merged

Update djangorestframework #135

merged 3 commits into from
Jul 6, 2024

Conversation

mfogel
Copy link
Owner

@mfogel mfogel commented Jul 6, 2024

Update DJRF in the testing dependencies. The updated version no longer depends on pytz so we don't have to do as much silliness in the CI to test with it - ie we can now test our serializer field both with and without pytz installed in the venv.

mfogel added 2 commits July 6, 2024 14:24
Was previously there because DJRF required pytz
Copy link

codecov bot commented Jul 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.09%. Comparing base (5cc17cd) to head (269411e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
+ Coverage   98.19%   99.09%   +0.90%     
==========================================
  Files          10       10              
  Lines         222      222              
==========================================
+ Hits          218      220       +2     
+ Misses          4        2       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

To allow lint to work on all files, including ones that import pytz
@mfogel mfogel merged commit b04a0dd into main Jul 6, 2024
138 checks passed
@mfogel mfogel deleted the mfogel/update-rest-framework branch July 6, 2024 22:07
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.

1 participant