diff options
author | Chayim I. Kirshen <c@kirshen.com> | 2021-11-25 10:37:32 +0200 |
---|---|---|
committer | Chayim I. Kirshen <c@kirshen.com> | 2021-11-25 10:37:32 +0200 |
commit | e8bcdcb97b8c915e2bb52353aeda17c00e1be215 (patch) | |
tree | b4bc5016d901f9dee756cefcadb423a6e1118211 /tests/test_timeseries.py | |
parent | 64791a54f4b2c28b6a61920a23df9e1f614e6983 (diff) | |
download | redis-py-ck-jsonalign.tar.gz |
RedisJSON 2.0.4 behaviour support improvementsck-jsonalign
Diffstat (limited to 'tests/test_timeseries.py')
-rw-r--r-- | tests/test_timeseries.py | 1 |
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") |