Loading pkgs/development/python-modules/unifi-discovery/default.nix +14 −19 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , buildPythonPackage , fetchFromGitHub , poetry-core , pyroute2 , pytest-asyncio , pytestCheckHook , pythonOlder { lib, aiohttp, aioresponses, buildPythonPackage, fetchFromGitHub, poetry-core, pyroute2, pytest-asyncio, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -29,9 +30,7 @@ buildPythonPackage rec { --replace-fail "--cov=unifi_discovery --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ aiohttp Loading @@ -44,13 +43,9 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "--asyncio-mode=auto" ]; pytestFlagsArray = [ "--asyncio-mode=auto" ]; pythonImportsCheck = [ "unifi_discovery" ]; pythonImportsCheck = [ "unifi_discovery" ]; meta = with lib; { description = "Module to discover Unifi devices"; Loading Loading
pkgs/development/python-modules/unifi-discovery/default.nix +14 −19 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , buildPythonPackage , fetchFromGitHub , poetry-core , pyroute2 , pytest-asyncio , pytestCheckHook , pythonOlder { lib, aiohttp, aioresponses, buildPythonPackage, fetchFromGitHub, poetry-core, pyroute2, pytest-asyncio, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -29,9 +30,7 @@ buildPythonPackage rec { --replace-fail "--cov=unifi_discovery --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ aiohttp Loading @@ -44,13 +43,9 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "--asyncio-mode=auto" ]; pytestFlagsArray = [ "--asyncio-mode=auto" ]; pythonImportsCheck = [ "unifi_discovery" ]; pythonImportsCheck = [ "unifi_discovery" ]; meta = with lib; { description = "Module to discover Unifi devices"; Loading