From 5bbf33ab5c28f5577e7b56c07d93e166a85472fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 26 Feb 2024 15:11:46 +0100 Subject: dev-python/django-debug-toolbar: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../files/django-debug-toolbar-4.2.0-py312.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev-python/django-debug-toolbar/files/django-debug-toolbar-4.2.0-py312.patch (limited to 'dev-python/django-debug-toolbar/files/django-debug-toolbar-4.2.0-py312.patch') diff --git a/dev-python/django-debug-toolbar/files/django-debug-toolbar-4.2.0-py312.patch b/dev-python/django-debug-toolbar/files/django-debug-toolbar-4.2.0-py312.patch deleted file mode 100644 index 69a5558da31b..000000000000 --- a/dev-python/django-debug-toolbar/files/django-debug-toolbar-4.2.0-py312.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/tests/panels/test_profiling.py 2023-12-30 20:02:22.263807899 +0100 -+++ b/tests/panels/test_profiling.py 2023-12-30 20:03:44.655458186 +0100 -@@ -1,3 +1,6 @@ -+import sys -+import unittest -+ - from django.contrib.auth.models import User - from django.db import IntegrityError, transaction - from django.http import HttpResponse -@@ -50,6 +53,10 @@ - self.assertNotIn("render", content) - self.assertValidHTML(content) - -+ @unittest.skipUnless( -+ sys.version_info < (3, 12, 0), -+ "Python 3.12 no longer contains a frame for list comprehensions.", -+ ) - def test_listcomp_escaped(self): - self._get_response = lambda request: listcomp_view(request) - response = self.panel.process_request(self.request) -- cgit v1.2.3