Commit 8114a81 1 parent 81b9a5f commit 8114a81 Copy full SHA for 8114a81
File tree 1 file changed +3
-0
lines changed
pkgs/development/python-modules/jax
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ buildPythonPackage rec {
95
95
]
96
96
++ lib . optionals stdenv . hostPlatform . isDarwin [
97
97
# SystemError: nanobind::detail::nb_func_error_except(): exception could not be translated!
98
+ # reported at: https://github.com/jax-ml/jax/issues/26106
99
+ "--deselect tests/pjit_test.py::PJitErrorTest::testAxisResourcesMismatch"
98
100
"--deselect tests/shape_poly_test.py::ShapePolyTest"
99
101
"--deselect tests/tree_util_test.py::TreeTest"
100
102
] ;
@@ -150,6 +152,7 @@ buildPythonPackage rec {
150
152
]
151
153
++ lib . optionals stdenv . hostPlatform . isDarwin [
152
154
# SystemError: nanobind::detail::nb_func_error_except(): exception could not be translated!
155
+ # reported at: https://github.com/jax-ml/jax/issues/26106
153
156
"testInAxesPyTreePrefixMismatchError"
154
157
"testInAxesPyTreePrefixMismatchErrorKwargs"
155
158
"testOutAxesPyTreePrefixMismatchError"
You can’t perform that action at this time.
0 commit comments