jazzband / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
8.07k stars 1.05k forks source link

Remove obsolete tests #1893

Closed living180 closed 6 months ago

living180 commented 6 months ago

Description

There were two tests that were skipped on Django 4.0 and later. However, since the toolbar's minimum supported Django version is now 4.2, these tests will always be skipped and thus can be removed.

Checklist: