Loading pkgs/development/python-modules/aiounifi/default.nix +17 −22 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , buildPythonPackage , fetchFromGitHub , orjson , pytest-aiohttp , pytest-asyncio , pytestCheckHook , pythonOlder , segno , setuptools , trustme { lib, aiohttp, aioresponses, buildPythonPackage, fetchFromGitHub, orjson, pytest-aiohttp, pytest-asyncio, pytestCheckHook, pythonOlder, segno, setuptools, trustme, }: buildPythonPackage rec { Loading @@ -35,9 +36,7 @@ buildPythonPackage rec { sed -i '/--cov=/d' pyproject.toml ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp Loading @@ -53,13 +52,9 @@ buildPythonPackage rec { trustme ]; pytestFlagsArray = [ "--asyncio-mode=auto" ]; pytestFlagsArray = [ "--asyncio-mode=auto" ]; pythonImportsCheck = [ "aiounifi" ]; pythonImportsCheck = [ "aiounifi" ]; meta = with lib; { description = "Python library for communicating with Unifi Controller API"; Loading Loading
pkgs/development/python-modules/aiounifi/default.nix +17 −22 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , buildPythonPackage , fetchFromGitHub , orjson , pytest-aiohttp , pytest-asyncio , pytestCheckHook , pythonOlder , segno , setuptools , trustme { lib, aiohttp, aioresponses, buildPythonPackage, fetchFromGitHub, orjson, pytest-aiohttp, pytest-asyncio, pytestCheckHook, pythonOlder, segno, setuptools, trustme, }: buildPythonPackage rec { Loading @@ -35,9 +36,7 @@ buildPythonPackage rec { sed -i '/--cov=/d' pyproject.toml ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp Loading @@ -53,13 +52,9 @@ buildPythonPackage rec { trustme ]; pytestFlagsArray = [ "--asyncio-mode=auto" ]; pytestFlagsArray = [ "--asyncio-mode=auto" ]; pythonImportsCheck = [ "aiounifi" ]; pythonImportsCheck = [ "aiounifi" ]; meta = with lib; { description = "Python library for communicating with Unifi Controller API"; Loading