Loading pkgs/development/python-modules/astropy-healpix/default.nix +3 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchPypi , numpy Loading Loading @@ -36,6 +37,8 @@ buildPythonPackage rec { hypothesis ]; disabledTests = lib.optional (!stdenv.hostPlatform.isDarwin) "test_interpolate_bilinear_skycoord"; # tests must be run in the build directory preCheck = '' cd build/lib* Loading Loading
pkgs/development/python-modules/astropy-healpix/default.nix +3 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchPypi , numpy Loading Loading @@ -36,6 +37,8 @@ buildPythonPackage rec { hypothesis ]; disabledTests = lib.optional (!stdenv.hostPlatform.isDarwin) "test_interpolate_bilinear_skycoord"; # tests must be run in the build directory preCheck = '' cd build/lib* Loading