Commit 5706b9e3 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 732ce7ec
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -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 = [
@@ -60,11 +60,6 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  disabledTests = [
    # pyarrow.lib.ArrowInvalid
    "test_recordarray"
  ];

  disabledTestPaths = [
    # Need to be run on a GPU platform.
    "tests-cuda"