python312Packages.ge25519: migrate to pytest-cov-stub

This commit is contained in:
Fabian Affolter
2025-01-06 12:29:02 +01:00
parent b3c1431629
commit d98510f4c6
@@ -6,6 +6,7 @@
fetchPypi,
fountains,
parts,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
setuptools,
@@ -32,12 +33,10 @@ buildPythonPackage rec {
fountains
];
nativeCheckInputs = [ pytestCheckHook ];
postPatch = ''
substituteInPlace pyproject.toml \
--replace "--doctest-modules --ignore=docs --cov=ge25519 --cov-report term-missing" ""
'';
nativeCheckInputs = [
pytest-cov-stub
pytestCheckHook
];
pythonImportsCheck = [ "ge25519" ];