mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
python311Packages.awkward: disable failing test for darwin
This commit is contained in:
parent
6b8cec207b
commit
ec6c7d7c90
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user