python312Packages.bambi: disable failing test

This commit is contained in:
Gaetan Lepage
2025-02-22 22:35:42 +01:00
parent cb56b2809d
commit 25b4c690a6
@@ -19,6 +19,7 @@
blackjax,
numpyro,
pytestCheckHook,
writableTmpDirAsHomeHook,
}:
buildPythonPackage rec {
@@ -58,14 +59,15 @@ buildPythonPackage rec {
blackjax
numpyro
pytestCheckHook
writableTmpDirAsHomeHook
];
preCheck = ''
export HOME=$(mktemp -d)
'';
disabledTests =
[
# AssertionError: assert (<xarray.DataArray 'yield' ()> Size: 1B\narray(False) & <xarray.DataArray 'yield' ()> Size: 1B\narray(False))
# https://github.com/bambinos/bambi/issues/888
"test_beta_regression"
# Tests require network access
"test_alias_equal_to_name"
"test_average_by"