diff options
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 2 |
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 |