mealie: add 'pytest-asyncio'

This commit is contained in:
Bruno BELANYI
2025-08-26 15:26:14 +00:00
parent 3b9f00d7a7
commit efeacf4852
+4 -1
View File
@@ -102,7 +102,10 @@ pythonpkgs.buildPythonApplication rec {
--set OUT "$out"
'';
nativeCheckInputs = with pythonpkgs; [ pytestCheckHook ];
nativeCheckInputs = with pythonpkgs; [
pytestCheckHook
pytest-asyncio
];
# Needed for tests
preCheck = ''