python311Packages.awkward: disable failing test for darwin

This commit is contained in:
Gaetan Lepage 2024-04-22 00:19:11 +02:00
parent 6b8cec207b
commit ec6c7d7c90
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ buildPythonPackage rec {
# The following tests have been disabled because they need to be run on a GPU platform.
disabledTestPaths = [
"tests-cuda"
# Disable tests dependending on jax on darwin
] ++ lib.optionals stdenv.isDarwin [
"tests/test_2603_custom_behaviors_with_jax.py"
];
meta = with lib; {