From e8bcdcb97b8c915e2bb52353aeda17c00e1be215 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Thu, 25 Nov 2021 10:37:32 +0200 Subject: RedisJSON 2.0.4 behaviour support improvements --- tests/test_timeseries.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_timeseries.py') diff --git a/tests/test_timeseries.py b/tests/test_timeseries.py index 99c6083..c0fb09e 100644 --- a/tests/test_timeseries.py +++ b/tests/test_timeseries.py @@ -565,7 +565,6 @@ def test_query_index(client): @pytest.mark.redismod -@pytest.mark.pipeline def test_pipeline(client): pipeline = client.ts().pipeline() pipeline.create("with_pipeline") -- cgit v1.2.1