python313Packages.pyecoforest: migrate to pytest-cov-stub

Changed files
+2 -5
pkgs
development
python-modules
pyecoforest
+2 -5
pkgs/development/python-modules/pyecoforest/default.nix
···
httpx,
poetry-core,
pytest-asyncio,
+
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
respx,
···
hash = "sha256-C8sFq0vsVsq6irWbRd0eq18tfKu0qRRBZHt23CiDTGU=";
};
-
postPatch = ''
-
substituteInPlace pyproject.toml \
-
--replace-fail "--cov=pyecoforest --cov-report=term-missing:skip-covered" ""
-
'';
-
build-system = [ poetry-core ];
dependencies = [ httpx ];
nativeCheckInputs = [
pytest-asyncio
+
pytest-cov-stub
pytestCheckHook
respx
];