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

python310Packages.astropy-healpix: skip test_interpolate_bilinear_skycoord
This commit is contained in:
superherointj 2023-02-14 18:45:01 -03:00 committed by GitHub
commit 15f5a7105c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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*