From 3222390c1e410eb52ecc88e30ba9e4901c0520ac Mon Sep 17 00:00:00 2001 From: Wojtek Date: Sun, 16 Nov 2025 11:30:25 +0100 Subject: [PATCH] test unskip --- python_tests/test_dict.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python_tests/test_dict.py b/python_tests/test_dict.py index 6ef3fff5..e3e16612 100644 --- a/python_tests/test_dict.py +++ b/python_tests/test_dict.py @@ -475,7 +475,6 @@ def test_pydict_with_db0_tuples_as_keys(db0_no_autocommit): assert "unhashable" in str(ex.value) -@pytest.mark.skip() def test_dict_del_by_key(db0_no_autocommit): cut = db0.dict({"a": 1, "b": 2, "c": 3, "d": 4, "e": 5}) del cut["a"]