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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user