python310Packages.astropy-healpix: skip test_interpolate_bilinear_skycoord

This commit is contained in:
superherointj 2023-02-08 22:21:44 -03:00
parent 8804a4d145
commit 6f966cdd2a

View File

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, numpy
@ -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*