django-cms / djangocms-bootstrap4

django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
https://www.django-cms.org/
Other
82 stars 58 forks source link

ci: Fix test requirements #153

Closed marksweb closed 2 years ago

marksweb commented 2 years ago

Description

Some of the test requirements intend to install django-cms 3.9 but actually install 3.10 which isn't compatible with django 2.2 so it's causing test failures.

codecov[bot] commented 2 years ago

Codecov Report

Merging #153 (1276936) into master (3232e7a) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #153   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           71        71           
  Lines         1211      1211           
  Branches       155       155           
=========================================
  Hits          1211      1211           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3232e7a...1276936. Read the comment docs.