nix/package: add missing test deps
This commit is contained in:
@@ -35,6 +35,10 @@ python3Packages.buildPythonApplication {
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
pytest
|
||||
pytestCheckHook
|
||||
sqlparse
|
||||
pytest-html
|
||||
pytest-cov
|
||||
pytest-benchmark
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user