summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-11-28 20:23:55 +0200
committermattip <matti.picus@gmail.com>2020-11-28 20:23:55 +0200
commitb999edc3335c994b6dd0de887e6d475232177791 (patch)
tree881077ef77343b551805c0b4358723a8912ca9fb /test_requirements.txt
parentaeb0dcfda0ac52f679f93be29f8ff7742d8be324 (diff)
downloadnumpy-b999edc3335c994b6dd0de887e6d475232177791.tar.gz
BLD: adapt to pypy37
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 33d87b3a9..2ca10be5d 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -5,7 +5,7 @@ hypothesis==5.41.3
pytest==6.0.2
pytz==2020.4
pytest-cov==2.10.1
-pickle5; python_version == '3.7'
+pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'
pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy'
# for numpy.random.test.test_extending
cffi