feat: include 5.1 alpha in test matrix#179
Merged
Conversation
- Update CI matrix: Python 3.10-3.14, Django 4.2/5.0/5.1/5.2/6.0, CMS 3.11/4.1/5.0 - Replace old pip-compiled lock files with simple requirement files - Add TestFixture mixin for CMS 3.x/4.x+/5.x version compatibility - Update test_plugins.py to use TestFixture instead of cms_version string check - Add CMS middleware and djangocms_versioning support to test settings - Switch CI from tox to uv pip install + coverage run -m pytest - Move project metadata from setup.py to pyproject.toml - Remove setup.cfg (flake8/isort config superseded by ruff) - Update classifiers, requires-python>=3.10, django-cms>=3.11, django-filer>=2.2 - Simplify conftest.py, add pytest config to pyproject.toml Amp-Thread-ID: https://ampcode.com/threads/T-019d1b83-a376-70ca-af83-66e0c3e4e121 Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Fabian Braun <fsbraun@gmx.de>
Amp-Thread-ID: https://ampcode.com/threads/T-019d1b83-a376-70ca-af83-66e0c3e4e121 Co-authored-by: Amp <amp@ampcode.com>
# Conflicts: # .github/workflows/test.yml # pyproject.toml # tox.ini
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #179 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 16 16
Lines 249 249
Branches 27 27
=========================================
Hits 249 249 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fsbraun
approved these changes
Mar 25, 2026
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
Related resources
Checklist
masterSlack to find a “pr review buddy” who is going to review my pull request.