diff --git a/pkgs/development/python-modules/arviz-base/default.nix b/pkgs/development/python-modules/arviz-base/default.nix index 99c5e909f275..814e3b911a0d 100644 --- a/pkgs/development/python-modules/arviz-base/default.nix +++ b/pkgs/development/python-modules/arviz-base/default.nix @@ -67,6 +67,11 @@ buildPythonPackage (finalAttrs: { writableTmpDirAsHomeHook ]; + pytestFlags = [ + # DeprecationWarning: Setting the shape on a NumPy array has been deprecated in NumPy 2.5. + "-Wignore::DeprecationWarning" + ]; + meta = { description = "Base ArviZ features and converters"; homepage = "https://github.com/arviz-devs/arviz-base";