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:
commit
15f5a7105c
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue