nix/package: add missing test deps

This commit is contained in:
2026-01-06 17:55:10 +09:00
parent c153b41d10
commit 45a49ed4ce

View File

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