Commit 6f966cdd authored by superherointj's avatar superherointj
Browse files

python310Packages.astropy-healpix: skip test_interpolate_bilinear_skycoord

parent 8804a4d1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ 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*