Loading pkgs/development/python-modules/aioairq/default.nix +12 −15 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , fetchFromGitHub , pycryptodome , pytest-asyncio , pytestCheckHook , pythonOlder , setuptools { lib, aiohttp, buildPythonPackage, fetchFromGitHub, pycryptodome, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -23,9 +24,7 @@ buildPythonPackage rec { hash = "sha256-ppjhGBAoA5iV+ZfUKkUCNJRYN82JtclRe36pbe85i5w="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp Loading @@ -40,9 +39,7 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "aioairq" ]; pythonImportsCheck = [ "aioairq" ]; disabledTestPaths = [ # Tests require network access Loading Loading
pkgs/development/python-modules/aioairq/default.nix +12 −15 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , fetchFromGitHub , pycryptodome , pytest-asyncio , pytestCheckHook , pythonOlder , setuptools { lib, aiohttp, buildPythonPackage, fetchFromGitHub, pycryptodome, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -23,9 +24,7 @@ buildPythonPackage rec { hash = "sha256-ppjhGBAoA5iV+ZfUKkUCNJRYN82JtclRe36pbe85i5w="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp Loading @@ -40,9 +39,7 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "aioairq" ]; pythonImportsCheck = [ "aioairq" ]; disabledTestPaths = [ # Tests require network access Loading