python313Packages.energyzero: migrate to pytest-cov-stub

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