python312Packages.nutpie: disable flaky test on aarch64-linux (#399500)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
@@ -81,6 +82,11 @@ buildPythonPackage rec {
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
|
||||
# flaky (assert np.float64(0.0017554642626285276) > 0.01)
|
||||
"test_normalizing_flow"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Require unpackaged bridgestan
|
||||
"tests/test_stan.py"
|
||||
|
||||
Reference in New Issue
Block a user