nix/package: add missing test deps
Some checks failed
Run tests / run-tests (push) Failing after 19s
Run benchmarks / run-tests (push) Failing after 20s

This commit is contained in:
2026-01-06 17:55:10 +09:00
parent 956362dc1b
commit 2f3c79b444

View File

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