summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2015-05-14 16:12:44 -0700
committerClint Byrum <clint@fewbar.com>2015-05-14 16:12:44 -0700
commitaad2eb0b9b92d36d1fbeea8087951afc863cc5ea (patch)
tree8713f9eb2b7e324fc1a1e1106fa81073cc1b23cd
parent714e201c356c77a2e892f59005862ac25c671446 (diff)
downloadpysaml2-aad2eb0b9b92d36d1fbeea8087951afc863cc5ea.tar.gz
Allow newer versions of python-memcached in tests
Version 1.51 is older, and newer versions have fixes for python3.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 22cbeaf4..b9e5c61f 100755
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ tests_require = [
'mongodict',
'pyasn1',
'pymongo==3.0.1',
- 'python-memcached == 1.51',
+ 'python-memcached >= 1.51',
'pytest',
'mako',
#'pytest-coverage',