python313Packages.convertertools: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2025-06-02 05:56:21 +02:00
parent b7ec7a65cc
commit 2f53fc2e25
@@ -11,6 +11,7 @@
# checks
pytestCheckHook,
pytest-cov-stub,
}:
buildPythonPackage rec {
@@ -27,17 +28,16 @@ buildPythonPackage rec {
hash = "sha256-Oy1Nf/mS2Lr2N7OB27QDlW+uuhafib2kolEXzXLppWU=";
};
postPatch = ''
sed -i "/--cov/d" pyproject.toml
'';
build-system = [
cython
poetry-core
setuptools
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytestCheckHook
pytest-cov-stub
];
pythonImportsCheck = [ "convertertools" ];