From b999edc3335c994b6dd0de887e6d475232177791 Mon Sep 17 00:00:00 2001 From: mattip Date: Sat, 28 Nov 2020 20:23:55 +0200 Subject: BLD: adapt to pypy37 --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_requirements.txt') 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 -- cgit v1.2.1