Merge pull request #299837 from fabaff/pyecoforest-refactor

python312Packages.pyecoforest: refactor
This commit is contained in:
Fabian Affolter 2024-03-29 00:03:18 +01:00 committed by GitHub
commit fea7560cbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

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
];