summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2022-02-14 11:03:48 -0800
committerGitHub <noreply@github.com>2022-02-14 11:03:48 -0800
commite24e08ed902cf822da465264c3628b47fefb822d (patch)
tree985a88a65dc21f8f67cee1f3598f7c7f3243f742 /test-requirements.txt
parentbe5f8c017708aadcf2046225b5335ab8fc2d29fb (diff)
downloadpymemcache-e24e08ed902cf822da465264c3628b47fefb822d.tar.gz
Pin requirements to specific versions (#367)
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 116ad2b..d2c5d88 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1,6 @@
black==22.1.0
-pytest
-pytest-cov
+pytest==7.0.1
+pytest-cov==3.0.0
gevent==21.12.0; "PyPy" not in platform_python_implementation
-pylibmc; sys.platform != 'win32'
-python-memcached
+pylibmc==1.6.1; sys.platform != 'win32'
+python-memcached==1.59