Skip to content

Commit c75262b

Browse files
committed
import HIREDIS
1 parent 88501a0 commit c75262b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_asyncio/test_sentinel_managed_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
SentinelManagedConnection,
1010
)
1111
from redis.backoff import NoBackoff
12+
from redis.utils import HIREDIS_AVAILABLE
1213

1314
from .compat import mock
1415

tests/test_sentinel_managed_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import pytest
55
from redis import Redis
66
from redis.sentinel import Sentinel, SentinelConnectionPool, SentinelManagedConnection
7+
from redis.utils import HIREDIS_AVAILABLE
78

89
pytestmark = pytest.mark.skipif(HIREDIS_AVAILABLE, reason="PythonParser only")
910

0 commit comments

Comments
 (0)