From 942e3746d8530b7d889f5faed60a6ef17505bc54 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 17 Jan 2025 13:39:17 +0100 Subject: [PATCH] python312Packages.awkward: clean derivation --- pkgs/development/python-modules/awkward/default.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/development/python-modules/awkward/default.nix b/pkgs/development/python-modules/awkward/default.nix index 849b4b43b780..8722a72cf635 100644 --- a/pkgs/development/python-modules/awkward/default.nix +++ b/pkgs/development/python-modules/awkward/default.nix @@ -24,8 +24,6 @@ pyarrow, pytest-xdist, pytestCheckHook, - - stdenv, }: buildPythonPackage rec { @@ -73,14 +71,6 @@ buildPythonPackage rec { disabledTestPaths = [ # Need to be run on a GPU platform. "tests-cuda" - # JAX is broken - "tests/test_2603_custom_behaviors_with_jax.py" - ]; - - disabledTests = [ - # AssertionError: Regex pattern did not match. - "test_serialise_with_nonserialisable_attrs" - "test_serialise_with_nonserialisable_attrs" ]; meta = {