python312Packages.heudiconv: refactor

This commit is contained in:
Fabian Affolter 2024-05-18 20:15:54 +02:00
parent aba3b84555
commit 85046d1188

View File

@ -62,6 +62,11 @@ buildPythonPackage rec {
"heudiconv"
];
disabledTests = [
# No such file or directory
"test_bvals_are_zero"
];
meta = with lib; {
description = "Flexible DICOM converter for organizing imaging data";
homepage = "https://heudiconv.readthedocs.io";