Loading pkgs/development/python-modules/pyenphase/default.nix +6 −7 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ poetry-core, pyjwt, pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, respx, Loading @@ -31,10 +32,7 @@ buildPythonPackage rec { hash = "sha256-letF0s/zJKdMT2nGnZpMFufja0bsL0zlwG+dCSK5BA4="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=pyenphase --cov-report=term-missing:skip-covered" "" ''; pythonRelaxDeps = [ "tenacity" ]; build-system = [ poetry-core ]; Loading @@ -50,14 +48,15 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytest-cov-stub pytestCheckHook respx syrupy ]; disabledTests = [ # https://github.com/pyenphase/pyenphase/issues/97 "test_with_7_x_firmware" disabledTestPaths = [ # Tests need network access "tests/test_retries.py" ]; pythonImportsCheck = [ "pyenphase" ]; Loading Loading
pkgs/development/python-modules/pyenphase/default.nix +6 −7 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ poetry-core, pyjwt, pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, respx, Loading @@ -31,10 +32,7 @@ buildPythonPackage rec { hash = "sha256-letF0s/zJKdMT2nGnZpMFufja0bsL0zlwG+dCSK5BA4="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=pyenphase --cov-report=term-missing:skip-covered" "" ''; pythonRelaxDeps = [ "tenacity" ]; build-system = [ poetry-core ]; Loading @@ -50,14 +48,15 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytest-cov-stub pytestCheckHook respx syrupy ]; disabledTests = [ # https://github.com/pyenphase/pyenphase/issues/97 "test_with_7_x_firmware" disabledTestPaths = [ # Tests need network access "tests/test_retries.py" ]; pythonImportsCheck = [ "pyenphase" ]; Loading