about summary refs log tree commit diff
path: root/pkgs/development/python-modules/numpy
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-16 13:21:27 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:45 +0200
commit056d17864d781351a8d5e914460f735c83d9f7c7 (patch)
tree02eb410f2cd3337b1a99cfb9b7fb1c5dfc8b0df1 /pkgs/development/python-modules/numpy
parent1c9b22e44931c256adb6922bc2f3b1bd23abb763 (diff)
python3Package.numpy: enable test on pypy
The bug in question was closed in 2019 and I saw no issue building
pypyPackages.numpy.
Diffstat (limited to 'pkgs/development/python-modules/numpy')
-rw-r--r--pkgs/development/python-modules/numpy/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/numpy/default.nix b/pkgs/development/python-modules/numpy/default.nix
index b73f7a0e96493..dbbd750acf5b2 100644
--- a/pkgs/development/python-modules/numpy/default.nix
+++ b/pkgs/development/python-modules/numpy/default.nix
@@ -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