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-22 13:42:45 +02:00
parent 1c9b22e449
commit 056d17864d
@@ -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