Skip to content

Commit 36de29b

Browse files
committed
Updated RESP2 restriction
1 parent da32b9e commit 36de29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def r(request):
3838

3939
@pytest.mark.skipif(HIREDIS_AVAILABLE, reason="PythonParser only")
4040
@pytest.mark.onlynoncluster
41-
# @skip_if_resp_version(2)
41+
@skip_if_resp_version(2)
4242
class TestCache:
4343
@pytest.mark.parametrize(
4444
"r",

0 commit comments

Comments
 (0)