Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Missed wrapper in test_pubsub.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusP authored and Grokzen committed Feb 6, 2017
1 parent 3b296d8 commit 5b6b9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pubsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from redis.exceptions import ConnectionError
from redis._compat import basestring, u, unichr, b

from .conftest import skip_if_server_version_lt
from .conftest import skip_if_server_version_lt, skip_if_redis_py_version_lt

def wait_for_message(pubsub, timeout=0.5, ignore_subscribe_messages=False):
now = time.time()
Expand Down

0 comments on commit 5b6b9f3

Please sign in to comment.