nix/package: add missing test deps

This commit is contained in:
2026-01-06 17:55:10 +09:00
parent 5b45eb0983
commit c91d628ddc
+4
View File
@@ -43,6 +43,10 @@ python3Packages.buildPythonApplication {
nativeCheckInputs = with python3Packages; [ nativeCheckInputs = with python3Packages; [
pytest pytest
pytestCheckHook pytestCheckHook
sqlparse
pytest-html
pytest-cov
pytest-benchmark
]; ];
postInstall = '' postInstall = ''