Loading pkgs/development/python-modules/awkward/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "awkward"; version = "2.8.3"; version = "2.8.4"; pyproject = true; src = fetchFromGitHub { owner = "scikit-hep"; repo = "awkward"; tag = "v${version}"; hash = "sha256-l7XCgD5UvQTva3lsKZmFSIT0nxReGuslWWuar31+pQQ="; hash = "sha256-btW4y3lSwHRgoM7B7KVzJ2h8CQdZYNUwqSRIYZfK0Hg="; }; build-system = [ Loading Loading @@ -60,11 +60,6 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = [ # pyarrow.lib.ArrowInvalid "test_recordarray" ]; disabledTestPaths = [ # Need to be run on a GPU platform. "tests-cuda" Loading Loading
pkgs/development/python-modules/awkward/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "awkward"; version = "2.8.3"; version = "2.8.4"; pyproject = true; src = fetchFromGitHub { owner = "scikit-hep"; repo = "awkward"; tag = "v${version}"; hash = "sha256-l7XCgD5UvQTva3lsKZmFSIT0nxReGuslWWuar31+pQQ="; hash = "sha256-btW4y3lSwHRgoM7B7KVzJ2h8CQdZYNUwqSRIYZfK0Hg="; }; build-system = [ Loading Loading @@ -60,11 +60,6 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = [ # pyarrow.lib.ArrowInvalid "test_recordarray" ]; disabledTestPaths = [ # Need to be run on a GPU platform. "tests-cuda" Loading