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