Skip to content

Commit aad2eb0

Browse files
committed
Allow newer versions of python-memcached in tests
Version 1.51 is older, and newer versions have fixes for python3.
1 parent 714e201 commit aad2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run_tests(self):
3838
'mongodict',
3939
'pyasn1',
4040
'pymongo==3.0.1',
41-
'python-memcached == 1.51',
41+
'python-memcached >= 1.51',
4242
'pytest',
4343
'mako',
4444
#'pytest-coverage',

0 commit comments

Comments
 (0)