python313Packages.h5io: migrate to pytest-cov-stub

Changed files
+2 -7
pkgs
development
python-modules
+2 -7
pkgs/development/python-modules/h5io/default.nix
···
# tests
pytestCheckHook,
+
pytest-cov-stub,
scipy,
tables,
}:
···
hash = "sha256-ZkG9e7KtDvoRq9XCExYseE+Z7tMQTWcSiwsSrN5prdI=";
};
-
postPatch = ''
-
substituteInPlace pyproject.toml \
-
--replace "--cov-report=" "" \
-
--replace "--cov-branch" "" \
-
--replace "--cov=h5io" ""
-
'';
-
build-system = [ setuptools-scm ];
dependencies = [
···
nativeCheckInputs = [
pytestCheckHook
+
pytest-cov-stub
scipy
tables
];