python310Packages.astropy-healpix: skip test_interpolate_bilinear_skycoord
This commit is contained in:
parent
8804a4d145
commit
6f966cdd2a
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user