python313Packages.pathable: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2025-06-02 05:56:34 +02:00
parent 05df847901
commit 1ee28d04e2

View File

@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pytest-cov-stub,
pythonOlder,
poetry-core,
}:
@@ -23,11 +24,10 @@ buildPythonPackage rec {
nativeBuildInputs = [ poetry-core ];
nativeCheckInputs = [ pytestCheckHook ];
postPatch = ''
sed -i "/--cov/d" pyproject.toml
'';
nativeCheckInputs = [
pytestCheckHook
pytest-cov-stub
];
pythonImportsCheck = [ "pathable" ];