python313Packages.gridnet: migrate to pytest-cov-stub

Changed files
+3 -2
pkgs
development
python-modules
gridnet
+3 -2
pkgs/development/python-modules/gridnet/default.nix
···
fetchFromGitHub,
poetry-core,
pytest-asyncio,
+
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
yarl,
···
postPatch = ''
substituteInPlace pyproject.toml \
-
--replace "0.0.0" "${version}" \
-
--replace "--cov" ""
+
--replace "0.0.0" "${version}"
'';
nativeBuildInputs = [ poetry-core ];
···
nativeCheckInputs = [
aresponses
pytest-asyncio
+
pytest-cov-stub
pytestCheckHook
];