nixos-rebuild-ng: add pytest-mock in devShell

It is included to help debugging only, so its helpers shouldn't be used
in tests.
This commit is contained in:
Thiago Kenji Okada
2025-02-13 21:30:17 +00:00
parent 8efe14c024
commit b0ba32b3e7
@@ -89,6 +89,8 @@ python3Packages.buildPythonApplication rec {
ps: with ps; [
mypy
pytest
# this is to help development (e.g.: better diffs) inside devShell
# only, do not use its helpers like `mocker`
pytest-mock
ruff
]