From d5454fed400e1da62053f9660332778f1cc06ad6 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 18 Jun 2024 10:13:05 +0200 Subject: [PATCH] Update tests --- .github/workflows/codecov.yml | 9 +++------ tests/requirements/dj32_cms310.txt | 5 ----- tests/requirements/dj32_cms38.txt | 6 ------ tests/requirements/dj32_cms39.txt | 5 ----- tests/requirements/dj32_cms41.txt | 8 -------- tests/requirements/dj40_cms311.txt | 6 ------ tests/requirements/dj40_cms41.txt | 8 -------- tests/requirements/dj41_cms311.txt | 6 ------ tests/requirements/dj42_cms41.txt | 2 +- tests/requirements/{dj41_cms41.txt => dj51_cms41.txt} | 4 ++-- tests/test_app/migrations/__init__.py | 0 11 files changed, 6 insertions(+), 53 deletions(-) delete mode 100644 tests/requirements/dj32_cms310.txt delete mode 100644 tests/requirements/dj32_cms38.txt delete mode 100644 tests/requirements/dj32_cms39.txt delete mode 100644 tests/requirements/dj32_cms41.txt delete mode 100644 tests/requirements/dj40_cms311.txt delete mode 100644 tests/requirements/dj40_cms41.txt delete mode 100644 tests/requirements/dj41_cms311.txt rename tests/requirements/{dj41_cms41.txt => dj51_cms41.txt} (81%) create mode 100644 tests/test_app/migrations/__init__.py diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index d19646e0..6352f124 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -12,17 +12,14 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ 3.8, 3.9, "3.10", "3.11"] # latest release minus two + python-version: ["3.10", "3.11", "3.12"] # latest release minus two requirements-file: [ - dj32_cms38.txt, - dj32_cms39.txt, - dj32_cms41.txt, - dj40_cms311.txt, - dj41_cms311.txt, dj42_cms311.txt, dj40_cms41.txt, dj41_cms41.txt, dj42_cms41.txt, + dj50_cms41.txt, + dj51_cms41.txt, ] os: [ ubuntu-20.04, diff --git a/tests/requirements/dj32_cms310.txt b/tests/requirements/dj32_cms310.txt deleted file mode 100644 index 3f663bd0..00000000 --- a/tests/requirements/dj32_cms310.txt +++ /dev/null @@ -1,5 +0,0 @@ --r base.txt - -Django>=3.2,<3.3 -django-cms>=3.10, <3.11 -djangocms-text-ckeditor diff --git a/tests/requirements/dj32_cms38.txt b/tests/requirements/dj32_cms38.txt deleted file mode 100644 index 4d97979e..00000000 --- a/tests/requirements/dj32_cms38.txt +++ /dev/null @@ -1,6 +0,0 @@ --r base.txt - -Django>=3.2,<3.3 -django-cms>=3.8,<3.9 -django-treebeard<4.5 -djangocms-text-ckeditor diff --git a/tests/requirements/dj32_cms39.txt b/tests/requirements/dj32_cms39.txt deleted file mode 100644 index 1a020f46..00000000 --- a/tests/requirements/dj32_cms39.txt +++ /dev/null @@ -1,5 +0,0 @@ --r base.txt - -Django>=3.2,<3.3 -django-cms>=3.9,<4.0 -djangocms-text-ckeditor diff --git a/tests/requirements/dj32_cms41.txt b/tests/requirements/dj32_cms41.txt deleted file mode 100644 index 84fddd83..00000000 --- a/tests/requirements/dj32_cms41.txt +++ /dev/null @@ -1,8 +0,0 @@ --r base.txt - -Django>=3.2,<4.0 -django-cms>=4.1rc2 -djangocms-text-ckeditor --e git+https://github.com/fsbraun/djangocms-alias.git@master#egg=djangocms-alias --e git+https://github.com/fsbraun/djangocms-url-manager.git@master#egg=djangocms-url-manager -https://github.com/django-cms/djangocms-versioning/tarball/master#egg=djangocms-versioning diff --git a/tests/requirements/dj40_cms311.txt b/tests/requirements/dj40_cms311.txt deleted file mode 100644 index 3d2450a0..00000000 --- a/tests/requirements/dj40_cms311.txt +++ /dev/null @@ -1,6 +0,0 @@ --r base.txt - -django-filer>=2.2 -Django>=4.0,<4.1 -django-cms>=3.11,<4.0 -djangocms-text-ckeditor diff --git a/tests/requirements/dj40_cms41.txt b/tests/requirements/dj40_cms41.txt deleted file mode 100644 index db5deb4b..00000000 --- a/tests/requirements/dj40_cms41.txt +++ /dev/null @@ -1,8 +0,0 @@ --r base.txt - -Django>=4.0,<4.1 -django-cms>=4.1rc2 -djangocms-text-ckeditor --e git+https://github.com/fsbraun/djangocms-alias.git@master#egg=djangocms-alias --e git+https://github.com/fsbraun/djangocms-url-manager.git@master#egg=djangocms-url-manager -https://github.com/django-cms/djangocms-versioning/tarball/master#egg=djangocms-versioning diff --git a/tests/requirements/dj41_cms311.txt b/tests/requirements/dj41_cms311.txt deleted file mode 100644 index 433d812b..00000000 --- a/tests/requirements/dj41_cms311.txt +++ /dev/null @@ -1,6 +0,0 @@ --r base.txt - -django-filer>=2.2 -Django>=4.1,<4.2 -django-cms>=3.11,<3.12 -djangocms-text-ckeditor diff --git a/tests/requirements/dj42_cms41.txt b/tests/requirements/dj42_cms41.txt index 97b3194f..a99626a3 100644 --- a/tests/requirements/dj42_cms41.txt +++ b/tests/requirements/dj42_cms41.txt @@ -1,7 +1,7 @@ -r base.txt Django>=4.2,<4.3 -django-cms>=4.1rc2 +django-cms>=4.1 djangocms-alias>=2.0.0 djangocms-versioning>=2.0.0 git+https://github.com/fsbraun/djangocms-url-manager.git@master#egg=djangocms-url-manager diff --git a/tests/requirements/dj41_cms41.txt b/tests/requirements/dj51_cms41.txt similarity index 81% rename from tests/requirements/dj41_cms41.txt rename to tests/requirements/dj51_cms41.txt index 53fa5ba8..57a5a4bb 100644 --- a/tests/requirements/dj41_cms41.txt +++ b/tests/requirements/dj51_cms41.txt @@ -1,7 +1,7 @@ -r base.txt -Django>=4.1,<4.2 -django-cms>=4.1 +Django>=5.1a1,<5.2 +django-cms>=4.1,<4.2 djangocms-alias>=2.0.0 djangocms-versioning>=2.0.0 git+https://github.com/fsbraun/djangocms-url-manager.git@master#egg=djangocms-url-manager diff --git a/tests/test_app/migrations/__init__.py b/tests/test_app/migrations/__init__.py new file mode 100644 index 00000000..e69de29b