Skip to content

Commit c9ad858

Browse files
authored
[3.2.x] Pinned python-memcached == 1.59 in test requirements.
python-memcached 1.60 made breaking changes, e.g. _deletetouch() has been removed.
1 parent 12b685c commit c9ad858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/requirements/py3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pillow >= 6.2.0
1212
pylibmc; sys.platform != 'win32'
1313
pymemcache >= 3.4.0
1414
# RemovedInDjango41Warning.
15-
python-memcached >= 1.59
15+
python-memcached == 1.59
1616
pytz
1717
pywatchman; sys.platform != 'win32'
1818
PyYAML

0 commit comments

Comments
 (0)