From 46eedbedafdb0040c37884982d4c775ce277fb7b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Oct 2021 10:22:14 +0100 Subject: gentoo resync : 20.10.2021 --- dev-python/bleach/files/bleach-3.2.1-py39.patch | 48 ------------------------- 1 file changed, 48 deletions(-) delete mode 100644 dev-python/bleach/files/bleach-3.2.1-py39.patch (limited to 'dev-python/bleach/files') diff --git a/dev-python/bleach/files/bleach-3.2.1-py39.patch b/dev-python/bleach/files/bleach-3.2.1-py39.patch deleted file mode 100644 index b281031b3df0..000000000000 --- a/dev-python/bleach/files/bleach-3.2.1-py39.patch +++ /dev/null @@ -1,48 +0,0 @@ -From ccb0d5e98b30577fe27016b5bc774388f02db876 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= -Date: Sat, 19 Sep 2020 08:00:51 +0200 -Subject: [PATCH] Remove tests relying on py<3.9 behavior - ---- - tests/test_clean.py | 15 --------------- - 1 file changed, 15 deletions(-) - -diff --git a/tests/test_clean.py b/tests/test_clean.py -index 1cd58df..2b2f7c5 100644 ---- a/tests/test_clean.py -+++ b/tests/test_clean.py -@@ -499,31 +499,16 @@ def test_attributes_list(): - {"protocols": ["http"]}, - 'valid', - ), -- ( -- 'valid', -- {"protocols": ["http"]}, -- 'valid', -- ), - ( - 'valid', - {"protocols": ["http"]}, - 'valid', - ), -- ( -- 'valid', -- {"protocols": ["http"]}, -- 'valid', -- ), - ( - 'valid', - {"protocols": ["http"]}, - 'valid', - ), -- ( -- 'valid', -- {"protocols": ["http"]}, -- 'valid', -- ), - # Disallow implicit http if disallowed - ('foo', {"protocols": []}, "foo"), - ('foo', {"protocols": []}, "foo"), --- -2.28.0 - -- cgit v1.2.3