django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
33 stars 29 forks source link

fix: test requirements after removing the patching pattern #303

Closed fsbraun closed 1 year ago

fsbraun commented 1 year ago

Description

After merging #300 the test requirements need to be fixed against the django-cms/develop-4 branch (which now also contains the changes needed for #300)

Additionally we can now use the latest released djangocms-text-ckeditor since as of 5.1.2 it supports django CMS 4

Related resources

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #303 (8567add) into master (4567b34) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #303   +/-   ##
=======================================
  Coverage   89.75%   89.75%           
=======================================
  Files          67       67           
  Lines        2196     2196           
  Branches      293      293           
=======================================
  Hits         1971     1971           
  Misses        170      170           
  Partials       55       55           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.