python313Packages.csvw: migrate to pytest-cov-stub
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user