Loading pkgs/development/python-modules/simplisafe-python/default.nix +1 −8 Original line number Diff line number Diff line { lib , aiohttp , aresponses , asynctest , backoff , beautifulsoup4 , buildPythonPackage Loading @@ -23,7 +22,7 @@ buildPythonPackage rec { version = "2022.12.1"; format = "pyproject"; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "bachya"; Loading @@ -48,18 +47,12 @@ buildPythonPackage rec { nativeCheckInputs = [ aresponses asynctest pytest-aiohttp pytest-asyncio pytestCheckHook types-pytz ]; postPatch = '' substituteInPlace pyproject.toml \ --replace 'docutils = "<0.18"' 'docutils = "*"' ''; disabledTests = [ # simplipy/api.py:253: InvalidCredentialsError "test_request_error_failed_retry" Loading Loading
pkgs/development/python-modules/simplisafe-python/default.nix +1 −8 Original line number Diff line number Diff line { lib , aiohttp , aresponses , asynctest , backoff , beautifulsoup4 , buildPythonPackage Loading @@ -23,7 +22,7 @@ buildPythonPackage rec { version = "2022.12.1"; format = "pyproject"; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "bachya"; Loading @@ -48,18 +47,12 @@ buildPythonPackage rec { nativeCheckInputs = [ aresponses asynctest pytest-aiohttp pytest-asyncio pytestCheckHook types-pytz ]; postPatch = '' substituteInPlace pyproject.toml \ --replace 'docutils = "<0.18"' 'docutils = "*"' ''; disabledTests = [ # simplipy/api.py:253: InvalidCredentialsError "test_request_error_failed_retry" Loading