Commit ec6c7d7c authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.awkward: disable failing test for darwin

parent 6b8cec20
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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; {