python313Packages.mkdocs-rss-plugin: migrate to pytest-cov-stub

This commit is contained in:
Fabian Affolter
2025-04-26 08:24:12 +02:00
parent 23cd04ae4a
commit 05ddd17308
@@ -7,6 +7,7 @@
gitpython,
jsonfeed,
mkdocs,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
setuptools,
@@ -27,10 +28,6 @@ buildPythonPackage rec {
hash = "sha256-Qa8EgjucJaxvKivE45kXSUgTx5RnLEpYCNZJRTO2E1Q=";
};
postPatch = ''
sed -i "/--cov/d" setup.cfg
'';
build-system = [ setuptools ];
dependencies = [
@@ -42,6 +39,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
feedparser
jsonfeed
pytest-cov-stub
pytestCheckHook
validator-collection
];