dooit: fix tests (#437666)

This commit is contained in:
Austin Horstman
2025-08-27 18:37:18 -05:00
committed by GitHub
+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 = {