django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 574 forks source link

fix: Update manifest to exclude mptt stub in release package #1367

Closed fsbraun closed 1 year ago

fsbraun commented 1 year ago

Description

The repo contains an empty mptt stub since app-helper automatically adds it to INSTALLED_APPS for test runs. Tests would fail w/o a (potentially empty) mptt package.

The manifest now excludes the stub from the filer package to not interfere with installations that need django-mptt for other reasons.

The mptt stub can be removed from the django-filer repo once app-helper is updated.

Related resources

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #1367 (ef520b6) into master (0f679cd) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1367   +/-   ##
=======================================
  Coverage   73.65%   73.65%           
=======================================
  Files          75       75           
  Lines        3408     3408           
  Branches      551      551           
=======================================
  Hits         2510     2510           
  Misses        727      727           
  Partials      171      171           
Impacted Files Coverage Δ
filer/models/abstract.py 81.60% <100.00%> (ø)