python313Packages.click-repl: migrate to pytest-cov-stub

Changed files
+5 -5
pkgs
development
python-modules
click-repl
+5 -5
pkgs/development/python-modules/click-repl/default.nix
···
six,
# tests
+
pytest-cov-stub,
pytestCheckHook,
}:
···
hash = "sha256-xCT3w0DDY73dtDL5jbssXM05Zlr44OOcy4vexgHyWiE=";
};
-
postPatch = ''
-
sed -i '/--cov=/d' pyproject.toml
-
'';
-
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [
···
six
];
-
nativeCheckInputs = [ pytestCheckHook ];
+
nativeCheckInputs = [
+
pytest-cov-stub
+
pytestCheckHook
+
];
meta = with lib; {
homepage = "https://github.com/click-contrib/click-repl";