File tree Expand file tree Collapse file tree
pkgs/development/python-modules/ngff-zarr Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232buildPythonPackage ( finalAttrs : {
3333 pname = "ngff-zarr" ;
34- version = "0.36 .0" ;
34+ version = "0.37 .0" ;
3535 pyproject = true ;
3636
3737 src = fetchFromGitHub {
3838 owner = "fideus-labs" ;
3939 repo = "ngff-zarr" ;
4040 tag = "py-v${ finalAttrs . version } " ;
41- hash = "sha256-TsPyW815ITcBtAvRyQgEqgHhp9MqtRlkmKLFNVdnKR8 =" ;
41+ hash = "sha256-v747oBJMKORiEgy3fVzzgl35+9uRbyGvtor+Ga4UkNI =" ;
4242 } ;
4343
4444 sourceRoot = "${ finalAttrs . src . name } /py/" ;
@@ -130,6 +130,9 @@ buildPythonPackage (finalAttrs: {
130130 "test_3d_zyx"
131131 "test_smaller_dask_graph"
132132 "test_tensorstore_compression"
133+ # Test requires network access
134+ "test_cli_orientation_preset_end_to_end"
135+ "test_cli_itk_input_writes_orientation_automatically"
133136 ] ;
134137
135138 meta = {
You can’t perform that action at this time.
0 commit comments