python313Packages.csvw: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2025-06-02 05:56:22 +02:00
parent 2f53fc2e25
commit bc11aee761
@@ -10,6 +10,7 @@
rfc3986,
uritemplate,
pytestCheckHook,
pytest-cov-stub,
pytest-mock,
}:
@@ -37,14 +38,10 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-cov-stub
pytest-mock
];
patchPhase = ''
substituteInPlace setup.cfg \
--replace "--cov" ""
'';
disabledTests =
[
# this test is flaky on darwin because it depends on the resolution of filesystem mtimes