django-debug-toolbar icon indicating copy to clipboard operation
django-debug-toolbar copied to clipboard

Treat some warnings as errors in CI

Open tim-schilling opened this issue 1 month ago • 2 comments

Description

Explicitly ignores the RedirectPanel's deprecation warning.

Checklist:

  • [x] I have added the relevant tests for this change.
  • [x] I have added an item to the Pending section of docs/changes.rst.

tim-schilling avatar Nov 19 '25 18:11 tim-schilling

Coverage report

This PR does not seem to contain any modification to coverable code.

github-actions[bot] avatar Nov 19 '25 19:11 github-actions[bot]

I forgot to update the changelog after I switched away from error. I'm going to change this though to follow what Adam does with django-mysql then ignore our specific warning.

      -W error::ResourceWarning \
      -W error::DeprecationWarning \
      -W error::PendingDeprecationWarning \

tim-schilling avatar Nov 23 '25 14:11 tim-schilling