python3Packages.astropy-healpix: ignore pytest 10 deprecations

This commit is contained in:
Martin Weinelt
2026-07-14 00:51:35 +02:00
parent 2656782d1d
commit 8f6b14bc04

View File

@@ -42,6 +42,10 @@ buildPythonPackage (finalAttrs: {
hypothesis
];
pytestFlags = [
"-Wignore::pytest.PytestRemovedIn10Warning"
];
disabledTests = lib.optional (!stdenv.hostPlatform.isDarwin) "test_interpolate_bilinear_skycoord";
# tests must be run in the build directory