python3Packages.astropy-healpix: ignore pytest 10 deprecations

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:27 +02:00
parent bdf0a1733e
commit 29a8467310
@@ -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