Unverified Commit 15f5a710 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #215419 from superherointj/python310Packages.astropy-healpix-skip-failing-test

python310Packages.astropy-healpix: skip test_interpolate_bilinear_skycoord
parents b2cf9511 6f966cdd
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*