summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholascharriere@gmail.com>2017-02-17 10:40:40 -0800
committerGitHub <noreply@github.com>2017-02-17 10:40:40 -0800
commit0b3295798fd814ade5df7a14ac617a91ca81ef20 (patch)
treeebea2aa02456ff95c72a747bbf9e0b56f9ac1a18
parent14d7a0c0a09e06d7953d9f05d82ff6e56c51effb (diff)
parent5d9a6a6a41b3e79ecae99011d04981b01596aa63 (diff)
downloadpymemcache-0b3295798fd814ade5df7a14ac617a91ca81ef20.tar.gz
Merge pull request #140 from pinterest/fix-gevent
Fix an issue in Travis where the build breaks because of a gevent bump
-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