summaryrefslogtreecommitdiff
path: root/tests/test_timeseries.py
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-11-25 14:16:35 +0200
committerGitHub <noreply@github.com>2021-11-25 14:16:35 +0200
commite5786c218d0b2ac11f2f13be55f5c70c09d247fb (patch)
treea2766a51fc5535575b7a07c8e3ef98ff913ae213 /tests/test_timeseries.py
parentb600e303cd540480fd934d1b9ce8d4d248e2395b (diff)
downloadredis-py-e5786c218d0b2ac11f2f13be55f5c70c09d247fb.tar.gz
RedisJSON 2.0.4 behaviour support (#1747)
Diffstat (limited to 'tests/test_timeseries.py')
-rw-r--r--tests/test_timeseries.py1
1 files changed, 0 insertions, 1 deletions
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")