python313Packages.pot: migrate to pytest-cov-stub

Changed files
+5 -2
pkgs
development
python-modules
+5 -2
pkgs/development/python-modules/pot/default.nix
···
numpy,
pymanopt,
pytestCheckHook,
pythonOlder,
scikit-learn,
scipy,
···
);
};
-
nativeCheckInputs = [ pytestCheckHook ];
postPatch = ''
substituteInPlace setup.cfg \
-
--replace " --cov-report= --cov=ot" "" \
--replace " --durations=20" "" \
--replace " --junit-xml=junit-results.xml" ""
···
numpy,
pymanopt,
pytestCheckHook,
+
pytest-cov-stub,
pythonOlder,
scikit-learn,
scipy,
···
);
};
+
nativeCheckInputs = [
+
pytestCheckHook
+
pytest-cov-stub
+
];
postPatch = ''
substituteInPlace setup.cfg \
--replace " --durations=20" "" \
--replace " --junit-xml=junit-results.xml" ""