summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2017-02-17 09:56:01 -0800
committerNicholas Charriere <nicholas@pinterest.com>2017-02-17 09:56:01 -0800
commit5d9a6a6a41b3e79ecae99011d04981b01596aa63 (patch)
treeebea2aa02456ff95c72a747bbf9e0b56f9ac1a18 /test-requirements.txt
parent14d7a0c0a09e06d7953d9f05d82ff6e56c51effb (diff)
downloadpymemcache-5d9a6a6a41b3e79ecae99011d04981b01596aa63.tar.gz
Fix an issue in Travis where the build breaks because of a gevent bumpfix-gevent
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 777ad0d..09c8163 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
mock
pytest
pytest-cov
-gevent; "PyPy" not in platform_python_implementation
+gevent==1.1; "PyPy" not in platform_python_implementation