python313Packages.measurement: migrate to pytest-cov-stub

Changed files
+5 -6
pkgs
development
python-modules
measurement
+5 -6
pkgs/development/python-modules/measurement/default.nix
···
flit-scm,
sympy,
pytestCheckHook,
+
pytest-cov-stub,
sphinx,
}:
···
sphinx
];
-
postPatch = ''
-
substituteInPlace pyproject.toml \
-
--replace "--cov=measurement" ""
-
'';
-
propagatedBuildInputs = [ sympy ];
-
nativeCheckInputs = [ pytestCheckHook ];
+
nativeCheckInputs = [
+
pytestCheckHook
+
pytest-cov-stub
+
];
meta = {
description = "Use and manipulate unit-aware measurement objects in Python";