lol

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

+2 -4
+2 -4
pkgs/development/python-modules/mkdocs-rss-plugin/default.nix
··· 7 7 gitpython, 8 8 jsonfeed, 9 9 mkdocs, 10 + pytest-cov-stub, 10 11 pytestCheckHook, 11 12 pythonOlder, 12 13 setuptools, ··· 27 28 hash = "sha256-Qa8EgjucJaxvKivE45kXSUgTx5RnLEpYCNZJRTO2E1Q="; 28 29 }; 29 30 30 - postPatch = '' 31 - sed -i "/--cov/d" setup.cfg 32 - ''; 33 - 34 31 build-system = [ setuptools ]; 35 32 36 33 dependencies = [ ··· 42 39 nativeCheckInputs = [ 43 40 feedparser 44 41 jsonfeed 42 + pytest-cov-stub 45 43 pytestCheckHook 46 44 validator-collection 47 45 ];