tandoor-recipes: fix drf tests

This commit is contained in:
Martin Weinelt 2024-06-13 09:57:23 +02:00
parent c04fadeaa6
commit 48c06216f5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -23,6 +23,10 @@ let
rev = version;
hash = "sha256-Fnj0n3NS3SetOlwSmGkLE979vNJnYE6i6xwVBslpNz4=";
};
nativeCheckInputs = with super; [
pytest7CheckHook
pytest-django
];
});
};
};