isso: use pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 06:19:17 +02:00
parent ca8a4e4d0e
commit 9a25afa6b8
+2 -6
View File
@@ -66,14 +66,10 @@ buildPythonApplication rec {
'';
nativeCheckInputs = [
pytest
pytest-cov
pytestCheckHook
pytest-cov-stub
];
checkPhase = ''
pytest
'';
passthru.tests = { inherit (nixosTests) isso; };
meta = with lib; {