Skip to content

chore: added Django 5.2 tox and CI compatibility checks - #707

Open
vgulati-apphelix wants to merge 1 commit into
openedx:masterfrom
vgulati-apphelix:vgulati/BOMS-714
Open

chore: added Django 5.2 tox and CI compatibility checks#707
vgulati-apphelix wants to merge 1 commit into
openedx:masterfrom
vgulati-apphelix:vgulati/BOMS-714

Conversation

@vgulati-apphelix

@vgulati-apphelix vgulati-apphelix commented Sep 3, 2026

Copy link
Copy Markdown

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:

  • Any new requirements are in the right place (do not manually modify the requirements/*.txt files)
    • base.in if needed in production but edx-analytics-data-api doesn't install it
    • test-master.in if edx-analytics-data-api pins it, with a matching version
    • make upgrade && make requirements have been run to regenerate requirements
  • Version bumped
  • Changelog record added

Post merge:

  • Tag pushed and a new version released
    • Note: Assets will be added automatically. You just need to provide a tag (should match your version number) and title and description.
  • After versioned build finishes in Travis, verify version has been pushed to PyPI
    • Each step in the release build has a condition flag that checks if the rest of the steps are done and if so will deploy to PyPi.
      (so basically once your build finishes, after maybe a minute you should see the new version in PyPi automatically (on refresh))
  • PR created in edx-analytics-data-api to upgrade dependencies (including edx-enterprise-data)
    • This must be done after the version is visible in PyPi as make upgrade in edx-analytics-data-api will look for the latest version in PyPi.
    • Note: the edx-enterprise-data constraint in edx-analytics-data-api must also be bumped to the latest version in PyPi.

@codecov

codecov Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.50%. Comparing base (1686cc2) to head (4bdf47a).
⚠️ Report is 447 commits behind head on master.

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     
Flag Coverage Δ
unittests 90.50% <100.00%> (+1.79%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread CHANGELOG.rst Outdated
Comment thread CHANGELOG.rst
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.

2 participants