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]