python313Packages.csvw: migrate to pytest-cov-stub

Changed files
+2 -5
pkgs
development
python-modules
+2 -5
pkgs/development/python-modules/csvw/default.nix
···
rfc3986,
uritemplate,
pytestCheckHook,
+
pytest-cov-stub,
pytest-mock,
}:
···
nativeCheckInputs = [
pytestCheckHook
+
pytest-cov-stub
pytest-mock
];
-
-
patchPhase = ''
-
substituteInPlace setup.cfg \
-
--replace "--cov" ""
-
'';
disabledTests =
[