python312Packages.camel-converter: refactor

This commit is contained in:
Fabian Affolter 2024-04-20 10:56:18 +02:00
parent edd70893c1
commit 8a8f283acd

View File

@ -23,10 +23,10 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "--cov=camel_converter --cov-report term-missing --no-cov-on-fail" ""
--replace-fail "--cov=camel_converter --cov-report term-missing --no-cov-on-fail" ""
'';
nativeBuildInputs = [
build-system = [
poetry-core
];