Loading pkgs/development/python-modules/dcmstack/default.nix +13 −18 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , nibabel , pydicom , pylibjpeg-libjpeg , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchFromGitHub, nibabel, pydicom, pylibjpeg-libjpeg, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -23,9 +24,7 @@ buildPythonPackage rec { hash = "sha256-GVzih9H2m2ZGSuZMRuaDG78b95PI3j0WQw5M3l4KNCs="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ nibabel Loading @@ -33,13 +32,9 @@ buildPythonPackage rec { pylibjpeg-libjpeg ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "dcmstack" ]; pythonImportsCheck = [ "dcmstack" ]; disabledTestPaths = [ # AttributeError: 'TestNitoolCli' object has no attribute 'out_dir' Loading Loading
pkgs/development/python-modules/dcmstack/default.nix +13 −18 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , nibabel , pydicom , pylibjpeg-libjpeg , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchFromGitHub, nibabel, pydicom, pylibjpeg-libjpeg, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -23,9 +24,7 @@ buildPythonPackage rec { hash = "sha256-GVzih9H2m2ZGSuZMRuaDG78b95PI3j0WQw5M3l4KNCs="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ nibabel Loading @@ -33,13 +32,9 @@ buildPythonPackage rec { pylibjpeg-libjpeg ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "dcmstack" ]; pythonImportsCheck = [ "dcmstack" ]; disabledTestPaths = [ # AttributeError: 'TestNitoolCli' object has no attribute 'out_dir' Loading