python311Packages.psd-tools: drop pytest cov parameters

This commit is contained in:
Martin Weinelt 2024-03-27 05:12:04 +01:00
parent 500ab0f102
commit 906f524a9d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ buildPythonPackage rec {
hash = "sha256-HUFJ2FP9WGcG9pkukS2LHIgPYFRAXAneiVK6VfYQ+zU=";
};
postPatch = ''
sed -i "/addopts =/d" pyproject.toml
'';
nativeBuildInputs = [
cython
];