python313Packages.pydash: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt 2025-06-02 05:56:35 +02:00
parent caa83eb303
commit 8e9fe51ab2

View file

@ -5,6 +5,7 @@
invoke,
mock,
pytest7CheckHook,
pytest-cov-stub,
pythonOlder,
setuptools,
sphinx-rtd-theme,
@ -25,11 +26,6 @@ buildPythonPackage rec {
hash = "sha256-4zNljz0U/iQd2DMC43qkdOY/mwtPlizgLmoaB7BVmxw=";
};
postPatch = ''
sed -i "/--cov/d" pyproject.toml
sed -i "/--no-cov/d" pyproject.toml
'';
build-system = [ setuptools ];
dependencies = [ typing-extensions ];
@ -38,6 +34,7 @@ buildPythonPackage rec {
invoke
mock
pytest7CheckHook
pytest-cov-stub
sphinx-rtd-theme
];