From 5276a4fc69203124e3e0118ac06e141b54e24ee1 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 7 Jan 2025 14:59:35 +0100 Subject: [PATCH] Update test requirements --- tests/requirements/dj42_cms41.txt | 2 +- tests/requirements/dj50_cms41.txt | 2 +- tests/requirements/dj51_cms41.txt | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 tests/requirements/dj51_cms41.txt diff --git a/tests/requirements/dj42_cms41.txt b/tests/requirements/dj42_cms41.txt index adcd0a0..ad0a60e 100644 --- a/tests/requirements/dj42_cms41.txt +++ b/tests/requirements/dj42_cms41.txt @@ -2,5 +2,5 @@ Django>=4.2,<4.3 django-cms>=4.1,<4.2 -djangocms-text-ckeditor +djangocms-text djangocms-versioning diff --git a/tests/requirements/dj50_cms41.txt b/tests/requirements/dj50_cms41.txt index 6fb158a..9316b91 100644 --- a/tests/requirements/dj50_cms41.txt +++ b/tests/requirements/dj50_cms41.txt @@ -2,5 +2,5 @@ Django>=5.0,<5.1 django-cms>=4.1,<4.2 -djangocms-text-ckeditor +djangocms-text djangocms-versioning diff --git a/tests/requirements/dj51_cms41.txt b/tests/requirements/dj51_cms41.txt new file mode 100644 index 0000000..116a914 --- /dev/null +++ b/tests/requirements/dj51_cms41.txt @@ -0,0 +1,6 @@ +-r base.txt + +Django>=5.1,<5.2 +django-cms>=4.1,<4.2 +djangocms-text +djangocms-versioning