python312Packages.fe25519: migrate to pytest-cov-stub

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