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

This commit is contained in:
2026-01-06 17:55:10 +09:00
parent 8a5213395b
commit 89d82c0b51

View File

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