nixos-rebuild-ng: add pytest-mock

This commit is contained in:
Thiago Kenji Okada
2025-02-13 21:27:19 +00:00
parent 52c671bafb
commit 8efe14c024
@@ -89,6 +89,7 @@ python3Packages.buildPythonApplication rec {
ps: with ps; [
mypy
pytest
pytest-mock
ruff
]
);