python3Packages.fastmri: add missing test dependency

This commit is contained in:
Gaetan Lepage 2026-06-30 15:45:30 +00:00
commit df9b11b953

View file

@ -22,6 +22,7 @@
# tests
pytestCheckHook,
requests,
}:
buildPythonPackage (finalAttrs: {
@ -66,7 +67,10 @@ buildPythonPackage (finalAttrs: {
pandas
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytestCheckHook
requests
];
disabledTests = lib.optionals (pythonAtLeast "3.14") [
# AttributeError: '...' object has no attribute '__annotations__'.