nix/package: add missing test deps

This commit is contained in:
2026-01-06 17:55:10 +09:00
parent b190b0c840
commit 0ed62031c6

View File

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