python313Packages.knocki: migrate to pytest-cov-stub

Changed files
+2 -5
pkgs
development
python-modules
knocki
+2 -5
pkgs/development/python-modules/knocki/default.nix
···
pythonOlder,
pytestCheckHook,
pytest-aiohttp,
+
pytest-cov-stub,
syrupy,
yarl,
}:
···
hash = "sha256-85w+fj00VW0miNt+xRMcU6szg/Z7QaeKLGw2BV7X0T4=";
};
-
postPatch = ''
-
substituteInPlace pyproject.toml \
-
--replace-fail "addopts = \"--cov\"" ""
-
'';
-
build-system = [ poetry-core ];
dependencies = [
···
aioresponses
pytestCheckHook
pytest-aiohttp
+
pytest-cov-stub
syrupy
];