python312Packages.awkward: clean derivation

This commit is contained in:
Gaetan Lepage
2025-01-17 13:39:17 +01:00
parent 2ab4a08300
commit 942e3746d8
@@ -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 = {