dooit: fix tests

This commit is contained in:
SandaruKasa
2025-08-27 23:41:14 +03:00
parent 4923722469
commit 30b1371c96
+2 -1
View File
@@ -46,9 +46,10 @@ python3.pkgs.buildPythonApplication rec {
export HOME=$(mktemp -d)
'';
checkInputs = with python3.pkgs; [
nativeCheckInputs = with python3.pkgs; [
pytestCheckHook
faker
pytest-asyncio
];
passthru = {