python311Packages.pytest-plt: drop cov requirement

This commit is contained in:
Martin Weinelt
2024-03-18 03:52:46 +01:00
parent 94c457345c
commit 0d565f1e9d
@@ -15,6 +15,10 @@ buildPythonPackage rec {
hash = "sha256-TOuyVH2wKKruy7SBNW3z62yzpmBT6l6RcKhoO1XUFhE=";
};
postPatch = ''
sed -i '/addopts =/d' setup.cfg
'';
nativeCheckInputs = [
pytestCheckHook
matplotlib