Loading pkgs/development/python-modules/fastmri/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, # build system setuptools, Loading Loading @@ -66,6 +67,12 @@ buildPythonPackage (finalAttrs: { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = lib.optionals (pythonAtLeast "3.14") [ # AttributeError: '...' object has no attribute '__annotations__'. "test_unet_scripting" "test_varnet_scripting" ]; disabledTestPaths = [ # much older version of pytorch-lightning is used "tests/test_modules.py" Loading Loading
pkgs/development/python-modules/fastmri/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, # build system setuptools, Loading Loading @@ -66,6 +67,12 @@ buildPythonPackage (finalAttrs: { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = lib.optionals (pythonAtLeast "3.14") [ # AttributeError: '...' object has no attribute '__annotations__'. "test_unet_scripting" "test_varnet_scripting" ]; disabledTestPaths = [ # much older version of pytorch-lightning is used "tests/test_modules.py" Loading