zulip-term: use pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 06:37:10 +02:00
parent 3cfc189c30
commit a159df709e
+1 -1
View File
@@ -67,7 +67,7 @@ buildPythonApplication rec {
]
++ (with python3.pkgs; [
pytestCheckHook
pytest-cov
pytest-cov-stub
pytest-mock
]);