Loading pkgs/development/python-modules/aiorecollect/default.nix +10 −7 Original line number Diff line number Diff line { lib , aiohttp , aresponses , async-timeout , buildPythonPackage , fetchFromGitHub , freezegun Loading @@ -13,19 +12,23 @@ buildPythonPackage rec { pname = "aiorecollect"; version = "1.0.3"; version = "1.0.4"; format = "pyproject"; src = fetchFromGitHub { owner = "bachya"; repo = pname; rev = version; sha256 = "sha256-S4HL8vJS/dTKsR5egKRSHqZYPClcET5Le06euHPyIkU="; sha256 = "sha256-A4qk7eo4maCRP4UmtWrRCPvG6YrLVSOiOcfN8pEj5Po="; }; nativeBuildInputs = [ poetry-core ]; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp ]; propagatedBuildInputs = [ aiohttp ]; checkInputs = [ aresponses Loading @@ -35,8 +38,8 @@ buildPythonPackage rec { pytestCheckHook ]; # Ignore the examples as they are prefixed with test_ pytestFlagsArray = [ "--ignore examples/" ]; disabledTestPaths = [ "examples/" ]; pythonImportsCheck = [ "aiorecollect" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/aiorecollect/default.nix +10 −7 Original line number Diff line number Diff line { lib , aiohttp , aresponses , async-timeout , buildPythonPackage , fetchFromGitHub , freezegun Loading @@ -13,19 +12,23 @@ buildPythonPackage rec { pname = "aiorecollect"; version = "1.0.3"; version = "1.0.4"; format = "pyproject"; src = fetchFromGitHub { owner = "bachya"; repo = pname; rev = version; sha256 = "sha256-S4HL8vJS/dTKsR5egKRSHqZYPClcET5Le06euHPyIkU="; sha256 = "sha256-A4qk7eo4maCRP4UmtWrRCPvG6YrLVSOiOcfN8pEj5Po="; }; nativeBuildInputs = [ poetry-core ]; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp ]; propagatedBuildInputs = [ aiohttp ]; checkInputs = [ aresponses Loading @@ -35,8 +38,8 @@ buildPythonPackage rec { pytestCheckHook ]; # Ignore the examples as they are prefixed with test_ pytestFlagsArray = [ "--ignore examples/" ]; disabledTestPaths = [ "examples/" ]; pythonImportsCheck = [ "aiorecollect" ]; meta = with lib; { Loading