From 1c57b2b32a8fc58ac9b355d8f8679bb77d931e97 Mon Sep 17 00:00:00 2001 From: Adam Holmberg Date: Mon, 23 Mar 2015 17:31:36 -0500 Subject: [PATCH] cqle: remove outdated comment about test failing --- tests/integration/cqlengine/query/test_updates.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/cqlengine/query/test_updates.py b/tests/integration/cqlengine/query/test_updates.py index c7c09115..799e74d1 100644 --- a/tests/integration/cqlengine/query/test_updates.py +++ b/tests/integration/cqlengine/query/test_updates.py @@ -219,10 +219,6 @@ class QueryUpdateTests(BaseCassEngTestCase): def test_map_update_none_deletes_key(self): """ The CQL behavior is if you set a key in a map to null it deletes that key from the map. Test that this works with __update. - - This test fails because of a bug in the cql python library not - converting None to null (and the cql library is no longer in active - developement). """ partition = uuid4() cluster = 1