Unverified Commit 4a21b00b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.awkward: 2.8.3 -> 2.8.4 (#416694)

parents 7b5efea3 5706b9e3
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"