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