summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-12-18 10:37:43 -1000
committerTim Graham <timograham@gmail.com>2017-12-18 15:21:21 -1000
commit22fc7a6594ae1df9dcbd76c49e085276c9b9fdd9 (patch)
tree48c66ac98bbe5c95bee0038556df7a779dd5f826
parentf0801119b76fe70a529f95309a2cf9ce4bee7de0 (diff)
[2.0.x] Fixed #25277 -- Restored test dependency to the original python-memcached.
Backport of 770b9ea77fb5e39d616e62b54c06755e6d4f4d36 from master
-rw-r--r--tests/requirements/py3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index 045c68ab40..ec80550858 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -7,7 +7,7 @@ numpy
Pillow
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
-python3-memcached
+python-memcached >= 1.59
pytz
PyYAML
selenium