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:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user