1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

python3Package.numpy: enable test on pypy

The bug in question was closed in 2019 and I saw no issue building
pypyPackages.numpy.
This commit is contained in:
Martin Weinelt 2021-06-16 13:21:27 +02:00
parent 1c9b22e449
commit 056d17864d

View file

@ -75,8 +75,6 @@ in buildPythonPackage rec {
enableParallelBuilding = true;
doCheck = !isPyPy; # numpy 1.16+ hits a bug in pypy's ctypes, using either numpy or pypy HEAD fixes this (https://github.com/numpy/numpy/issues/13807)
checkInputs = [
pytest
hypothesis