From 0c649987f88535276567474c2f994d70f76d5fa5 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 28 Jul 2025 15:10:23 +0300 Subject: [PATCH] test: remove irrelevant test case --- tests/parser/test_general.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/parser/test_general.py b/tests/parser/test_general.py index a8bfb2b..b217f98 100644 --- a/tests/parser/test_general.py +++ b/tests/parser/test_general.py @@ -200,9 +200,6 @@ class TestPicklingAndRepresentation: with pytest.raises(TypeError): pickle.dumps(table) - with pytest.raises(TypeError): - pickle.dumps(table[0]) - def test_string_representations(self, page): """Test custom string representations of objects""" table = page.css(".product-list")[0]