python3Packages.equinox: disable failing test

This commit is contained in:
Gaetan Lepage
2025-10-20 07:59:50 +00:00
parent fb3d6d0224
commit 8272dcb64c
@@ -57,7 +57,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
disabledTests = [
# Failed: DID NOT WARN. No warnings of type (<class 'Warning'>,) were emitted.
"test_jax_transform_warn"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# SystemError: nanobind::detail::nb_func_error_except(): exception could not be translated!
"test_filter"
];