python313Packages.lmfit: migrate to pytest-cov-stub

Changed files
+2 -5
pkgs
development
python-modules
lmfit
+2 -5
pkgs/development/python-modules/lmfit/default.nix
···
matplotlib,
numpy,
pandas,
+
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
scipy,
···
hash = "sha256-czIea4gfL2hiNXIaffwCr2uw8DCiXv62Zjj2KxxgU6E=";
};
-
postPatch = ''
-
substituteInPlace pyproject.toml \
-
--replace-fail "--cov=lmfit --cov-report html" ""
-
'';
-
build-system = [
setuptools
setuptools-scm
···
nativeCheckInputs = [
matplotlib
pandas
+
pytest-cov-stub
pytestCheckHook
];