diff options
| author | Tim Graham <timograham@gmail.com> | 2017-12-18 10:37:43 -1000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-12-18 15:21:21 -1000 |
| commit | 22fc7a6594ae1df9dcbd76c49e085276c9b9fdd9 (patch) | |
| tree | 48c66ac98bbe5c95bee0038556df7a779dd5f826 | |
| parent | f0801119b76fe70a529f95309a2cf9ce4bee7de0 (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.txt | 2 |
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 |
