File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
pkgs/development/python-modules/dask-awkward Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1717 pyarrow ,
1818
1919 # tests
20- dask-histogram ,
2120 distributed ,
2221 hist ,
2322 pandas ,
2726
2827buildPythonPackage 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 = {
You can’t perform that action at this time.
0 commit comments