Skip to content

Commit bc096a7

Browse files
authored
1 parent fbcdd2b commit bc096a7

File tree

1 file changed

+2
-9
lines changed
  • pkgs/development/python-modules/dask-awkward

1 file changed

+2
-9
lines changed

pkgs/development/python-modules/dask-awkward/default.nix

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
pyarrow,
1818

1919
# tests
20-
dask-histogram,
2120
distributed,
2221
hist,
2322
pandas,
@@ -27,14 +26,14 @@
2726

2827
buildPythonPackage rec {
2928
pname = "dask-awkward";
30-
version = "2025.2.0";
29+
version = "2025.3.0";
3130
pyproject = true;
3231

3332
src = fetchFromGitHub {
3433
owner = "dask-contrib";
3534
repo = "dask-awkward";
3635
tag = version;
37-
hash = "sha256-hhAY2cPUOYnP86FGsLvxlMeoEwY+sTrjPMKyuZrO0/M=";
36+
hash = "sha256-z4dRGNoqwIEOwaz5U0DqCh/chZtopiLNvvvfl0bJxxI=";
3837
};
3938

4039
build-system = [
@@ -75,12 +74,6 @@ buildPythonPackage rec {
7574
"test_distance_behavior"
7675
];
7776

78-
disabledTestPaths = [
79-
# TypeError: Blockwise.__init__() got an unexpected keyword argument 'dsk'
80-
# https://github.com/dask-contrib/dask-awkward/issues/557
81-
"tests/test_str.py"
82-
];
83-
8477
__darwinAllowLocalNetworking = true;
8578

8679
meta = {

0 commit comments

Comments
 (0)