From 1790799577abd62d6d7088caacf5f8cbd186d0d3 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Sun, 27 Oct 2024 11:50:15 +0100 Subject: [PATCH] Remove test with Django 5.1 and django CMS 3.11 (since they are not compatible) --- .github/workflows/test.yml | 2 +- tests/requirements/dj51_cms311.txt | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 tests/requirements/dj51_cms311.txt diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d731afa3..3b814ad9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,6 @@ jobs: dj42_cms41.txt, dj50_cms311.txt, dj50_cms41.txt, - dj51_cms311.txt, dj51_cms41.txt, ] os: [ @@ -29,6 +28,7 @@ jobs: python-version: 3.9 - requirements-file: dj51_cms41.txt python-version: 3.9 + steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} diff --git a/tests/requirements/dj51_cms311.txt b/tests/requirements/dj51_cms311.txt deleted file mode 100644 index da377459..00000000 --- a/tests/requirements/dj51_cms311.txt +++ /dev/null @@ -1,4 +0,0 @@ --r base.txt - -Django>=5.1,<5.2 -django-cms>=3.11,<4.0