Closed yakky closed 9 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
8adb36e
) 92.24% compared to head (b1bf4ee
) 92.30%.
Files | Patch % | Lines |
---|---|---|
app_helper/utils.py | 96.42% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Describe:
DEFAULT_FILE_STORAGE / STATICFILES_STORAGE are deprecated on django 4.2+
When using pytest-django (and in other circumstances) django settings are basically evaluated twice: one when triggering
app_helper.utils._make_settings
and one by pytest-django.Adding legacy and new settings in the exclusion list in pytest compatibility function, we ensure only one setting is evaluated
References
Fix #255
Checklist
inv lint
changes
file included (see docs)