chore: added Django 5.2 tox and CI compatibility checks - #707
Open
vgulati-apphelix wants to merge 1 commit into
Open
chore: added Django 5.2 tox and CI compatibility checks#707vgulati-apphelix wants to merge 1 commit into
vgulati-apphelix wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #707 +/- ##
==========================================
+ Coverage 88.70% 90.50% +1.79%
==========================================
Files 107 173 +66
Lines 3621 7097 +3476
==========================================
+ Hits 3212 6423 +3211
- Misses 409 674 +265
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
rahulkanneri-2u
approved these changes
Sep 3, 2026
vgulati-apphelix
force-pushed
the
vgulati/BOMS-714
branch
from
September 3, 2026 10:54
67defc0 to
4bdf47a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Adds Django 5.2 to the project’s tox and CI build matrix, and bumps the package version/changelog to reflect the change.
Changes:
Extend tox test matrix to include a Django 5.2 environment.
Extend GitHub Actions CI to run the added Django 5.2 tox environment.
Bump package version to 3.0.6 and add a changelog entry.
Private JIRA Link:
BOMS-407
Merge checklist:
requirements/*.txtfiles)base.inif needed in production but edx-analytics-data-api doesn't install ittest-master.inif edx-analytics-data-api pins it, with a matching versionmake upgrade && make requirementshave been run to regenerate requirementsPost merge:
(so basically once your build finishes, after maybe a minute you should see the new version in PyPi automatically (on refresh))
make upgradein edx-analytics-data-api will look for the latest version in PyPi.