Skip to content

Commit fb227c4

Browse files
authored
python312Packages.awkward: clean derivation (NixOS#374526)
2 parents 3b028c8 + 942e374 commit fb227c4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pkgs/development/python-modules/awkward/default.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
pyarrow,
2525
pytest-xdist,
2626
pytestCheckHook,
27-
28-
stdenv,
2927
}:
3028

3129
buildPythonPackage rec {
@@ -73,14 +71,6 @@ buildPythonPackage rec {
7371
disabledTestPaths = [
7472
# Need to be run on a GPU platform.
7573
"tests-cuda"
76-
# JAX is broken
77-
"tests/test_2603_custom_behaviors_with_jax.py"
78-
];
79-
80-
disabledTests = [
81-
# AssertionError: Regex pattern did not match.
82-
"test_serialise_with_nonserialisable_attrs"
83-
"test_serialise_with_nonserialisable_attrs"
8474
];
8575

8676
meta = {

0 commit comments

Comments
 (0)