python3Packages.fastmri: add missing test dependency
This commit is contained in:
@@ -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__'.
|
||||
|
||||
Reference in New Issue
Block a user