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

View File

@ -25,14 +25,14 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace pyproject.toml \ 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 poetry-core
]; ];
propagatedBuildInputs = [ dependencies = [
httpx httpx
]; ];