python312Packages.pyecoforest: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 21:56:11 +01:00
parent 64c81edb4b
commit 56231b9522

View File

@ -25,14 +25,14 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "--cov=pyecoforest --cov-report=term-missing:skip-covered" ""
--replace-fail "--cov=pyecoforest --cov-report=term-missing:skip-covered" ""
'';
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
httpx
];