Skip to content

Commit

Permalink
fix: update test dependencies to make test passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Yu committed Apr 23, 2024
1 parent c8205b4 commit 94045ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/requirements/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ https://github.com/divio/djangocms-text-ckeditor/tarball/master#egg=djangocms-te
https://github.com/django-cms/djangocms-versioning/tarball/support/django-cms-4.0.x#egg=djangocms-versioning
https://github.com/FidelityInternational/djangocms-version-locking/tarball/master#egg=djangocms-version-locking
https://github.com/django-cms/djangocms-moderation/tarball/master#egg=djangocms-moderation
https://github.com/FidelityInternational/djangocms-references/tarball/master#egg=djangocms-references
https://github.com/FidelityInternational/djangocms-references/tarball/release/1.5.0#egg=djangocms-references
https://github.com/django-cms/djangocms-alias/tarball/support/django-cms-4.0.x#egg=djangocms-alias
https://github.com/joshyu/djangocms-snippet/tarball/release/4.0.1.dev3#egg=djangocms-snippet
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"djangocms_version_locking",
"djangocms_moderation",
"djangocms_references",
"djangocms_snippet",
],
"CMS_CONFIRM_VERSION4": True,
"DJANGOCMS_VERSIONING_ENABLE_MENU_REGISTRATION": False,
Expand All @@ -27,6 +28,7 @@
'djangocms_version_locking': None,
'djangocms_moderation': None,
"djangocms_references": None,
"djangocms_snippet": None,
},
"LANGUAGES": (
("en", "English"),
Expand Down

0 comments on commit 94045ca

Please sign in to comment.