Allow newer versions of python-memcached in tests

Version 1.51 is older, and newer versions have fixes for python3.
This commit is contained in:
Clint Byrum
2015-05-14 16:12:44 -07:00
parent 714e201c35
commit aad2eb0b9b

View File

@@ -38,7 +38,7 @@ tests_require = [
'mongodict',
'pyasn1',
'pymongo==3.0.1',
'python-memcached == 1.51',
'python-memcached >= 1.51',
'pytest',
'mako',
#'pytest-coverage',