python313Packages.p1monitor: migrate to pytest-cov-stub

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