nix/package: add missing test deps

This commit is contained in:
2026-01-06 17:55:10 +09:00
parent 38e9066300
commit 3fc7d78c1c

View File

@@ -43,6 +43,10 @@ python3Packages.buildPythonApplication {
nativeCheckInputs = with python3Packages; [
pytest
pytestCheckHook
sqlparse
pytest-html
pytest-cov
pytest-benchmark
];
postInstall = ''