summaryrefslogtreecommitdiff
path: root/tests/test_connection_pool.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-03-29 10:57:21 -0700
committerAndy McCurdy <andy@andymccurdy.com>2014-03-29 10:57:21 -0700
commit018e1324699832d6c3ed819a26968d318929464c (patch)
tree3c79e502651cc5158983f02f74740065eb8b0092 /tests/test_connection_pool.py
parent169cc0241a4f8824f35add9a872c067b70b1e95c (diff)
downloadredis-py-018e1324699832d6c3ed819a26968d318929464c.tar.gz
make sure we know the order of expected subscribe/unsubscribe messages
Diffstat (limited to 'tests/test_connection_pool.py')
-rw-r--r--tests/test_connection_pool.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_connection_pool.py b/tests/test_connection_pool.py
index d6c4728..69f4ce7 100644
--- a/tests/test_connection_pool.py
+++ b/tests/test_connection_pool.py
@@ -9,9 +9,6 @@ from threading import Thread
from redis._compat import Queue
from .conftest import skip_if_server_version_lt
-# won't need this after next version of pytest
-from distutils.version import StrictVersion
-
class DummyConnection(object):
description_format = "DummyConnection<>"