python312Packages.wled: migrate to pytest-cov-stub (#386761)

This commit is contained in:
Nick Cao
2025-03-03 16:40:46 -05:00
committed by GitHub
@@ -11,6 +11,7 @@
orjson,
poetry-core,
pytest-asyncio,
pytest-cov-stub,
pytest-xdist,
pytestCheckHook,
pythonOlder,
@@ -37,7 +38,6 @@ buildPythonPackage rec {
# Upstream doesn't set a version for the pyproject.toml
substituteInPlace pyproject.toml \
--replace-fail "0.0.0" "${version}" \
--replace-fail "--cov" ""
'';
build-system = [ poetry-core ];
@@ -62,6 +62,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
aresponses
pytest-asyncio
pytest-cov-stub
pytest-xdist
pytestCheckHook
];