python3Packages.arviz-base: ignore failing warning

This commit is contained in:
Gaetan Lepage
2026-07-10 22:33:38 +00:00
parent a26dc104b5
commit 309eeecb42

View File

@@ -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";