python312Packages.pyenphase: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 08:24:29 +01:00 committed by GitHub
parent 83439a397b
commit c438574c2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

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