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:
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
|
||||
|
|
Loading…
Reference in a new issue