python313Packages.freenub: migrate to pytest-cov-stub

Changed files
+2 -4
pkgs
development
python-modules
freenub
+2 -4
pkgs/development/python-modules/freenub/default.nix
···
pycryptodomex,
busypie,
pytest-asyncio,
+
pytest-cov-stub,
pytest-vcr,
pytestCheckHook,
requests,
···
hash = "sha256-UkW/7KUQ4uCu3cxDSL+kw0gjKjs4KnmxRIOLVP4hwyA=";
};
-
postPatch = ''
-
sed -i "/--cov/d" pyproject.toml
-
'';
-
build-system = [ poetry-core ];
dependencies = [
···
nativeCheckInputs = [
busypie
pytest-asyncio
+
pytest-cov-stub
pytest-vcr
pytestCheckHook
];