We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b028c8 + 942e374 commit fb227c4Copy full SHA for fb227c4
pkgs/development/python-modules/awkward/default.nix
@@ -24,8 +24,6 @@
24
pyarrow,
25
pytest-xdist,
26
pytestCheckHook,
27
-
28
- stdenv,
29
}:
30
31
buildPythonPackage rec {
@@ -73,14 +71,6 @@ buildPythonPackage rec {
73
71
disabledTestPaths = [
74
72
# Need to be run on a GPU platform.
75
"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
84
];
85
86
meta = {
0 commit comments