mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.arviz-base: ignore failing warning
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user