diff --git a/nix/package.nix b/nix/package.nix index 2a558e3..aead6de 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -43,6 +43,10 @@ python3Packages.buildPythonApplication { nativeCheckInputs = with python3Packages; [ pytest pytestCheckHook + sqlparse + pytest-html + pytest-cov + pytest-benchmark ]; postInstall = ''