summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMaina Nick <nick.maina1@gmail.com>2018-11-03 01:27:33 +0300
committerJon Parise <jon@pinterest.com>2018-11-02 17:27:33 -0500
commit45fc36c201707f3ba83cc10f869e4924a62b7aee (patch)
tree31cadafab5356f054d4b80bab7d19349100b0939 /test-requirements.txt
parent716ad75d4b13620003aa15e0036fef2e6ada2ed1 (diff)
downloadpymemcache-45fc36c201707f3ba83cc10f869e4924a62b7aee.tar.gz
Fixes tox six pkg ImportError #198 (#199)
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 5c3424a..3d7daa4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,6 +2,6 @@ mock
pytest
pytest-cov
gevent==1.3.6; "PyPy" not in platform_python_implementation
-pylibmc
+pylibmc; sys.platform != 'win32'
python-memcached
future