mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 06:09:02 +00:00
python3Packages.astropy-healpix: ignore pytest 10 deprecations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user