Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Aug 9, 2024
1 parent 33cd939 commit 020b181
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 20 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ jobs:
matrix:
python-version: [ 3.8, 3.9, "3.10"]
requirements-file: [
dj22_cms37.txt,
dj22_cms38.txt,
dj22_cms39.txt,
dj32_cms39.txt,
dj32_cms310.txt,
dj32_cms311.txt,
dj42_cms311.txt,
]
os: [
ubuntu-20.04,
Expand Down
4 changes: 0 additions & 4 deletions tests/requirements/dj22_cms37.txt

This file was deleted.

4 changes: 0 additions & 4 deletions tests/requirements/dj22_cms38.txt

This file was deleted.

4 changes: 0 additions & 4 deletions tests/requirements/dj22_cms39.txt

This file was deleted.

4 changes: 0 additions & 4 deletions tests/requirements/dj32_cms39.txt

This file was deleted.

4 changes: 4 additions & 0 deletions tests/requirements/dj42_cms311.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-r base.txt

Django>=4.2,<5.0
django-cms>=3.11,<4.0

0 comments on commit 020b181

Please sign in to comment.