summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-12-23 16:23:06 +0200
committerGitHub <noreply@github.com>2021-12-23 16:23:06 +0200
commit04b8d34e212723974b9b1f484fe7cd9e93f0e315 (patch)
treea3d351b62f73fab92ff7e86acf8d4f4b756e577f
parent83570a74483794a1465e10c10e3405d0fbbf0589 (diff)
downloadredis-py-04b8d34e212723974b9b1f484fe7cd9e93f0e315.tar.gz
Marking STRALGO as prior to redis 7 (#1829)
-rw-r--r--tests/test_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py
index f4ffb63..897fcce 100644
--- a/tests/test_commands.py
+++ b/tests/test_commands.py
@@ -1346,6 +1346,7 @@ class TestRedisCommands:
assert r["a"] == b"abcdef12345"
@skip_if_server_version_lt("6.0.0")
+ @skip_if_server_version_gte("7.0.0")
def test_stralgo_lcs(self, r):
key1 = "{foo}key1"
key2 = "{foo}key2"