Loading pkgs/development/python-modules/githubkit/default.nix +19 −28 Original line number Diff line number Diff line { lib , anyio , buildPythonPackage , fetchFromGitHub , hishel , httpx , poetry-core , pydantic , pyjwt , pytest-xdist , pytestCheckHook , pythonOlder , typing-extensions { lib, anyio, buildPythonPackage, fetchFromGitHub, hishel, httpx, poetry-core, pydantic, pyjwt, pytest-xdist, pytestCheckHook, pythonOlder, typing-extensions, }: buildPythonPackage rec { Loading @@ -32,9 +33,7 @@ buildPythonPackage rec { --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ hishel Loading @@ -48,15 +47,9 @@ buildPythonPackage rec { anyio pyjwt ]; jwt = [ pyjwt ]; auth-app = [ pyjwt ]; auth-oauth-device = [ anyio ]; jwt = [ pyjwt ]; auth-app = [ pyjwt ]; auth-oauth-device = [ anyio ]; auth = [ anyio pyjwt Loading @@ -68,9 +61,7 @@ buildPythonPackage rec { pytest-xdist ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "githubkit" ]; pythonImportsCheck = [ "githubkit" ]; disabledTests = [ # Tests require network access Loading Loading
pkgs/development/python-modules/githubkit/default.nix +19 −28 Original line number Diff line number Diff line { lib , anyio , buildPythonPackage , fetchFromGitHub , hishel , httpx , poetry-core , pydantic , pyjwt , pytest-xdist , pytestCheckHook , pythonOlder , typing-extensions { lib, anyio, buildPythonPackage, fetchFromGitHub, hishel, httpx, poetry-core, pydantic, pyjwt, pytest-xdist, pytestCheckHook, pythonOlder, typing-extensions, }: buildPythonPackage rec { Loading @@ -32,9 +33,7 @@ buildPythonPackage rec { --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ hishel Loading @@ -48,15 +47,9 @@ buildPythonPackage rec { anyio pyjwt ]; jwt = [ pyjwt ]; auth-app = [ pyjwt ]; auth-oauth-device = [ anyio ]; jwt = [ pyjwt ]; auth-app = [ pyjwt ]; auth-oauth-device = [ anyio ]; auth = [ anyio pyjwt Loading @@ -68,9 +61,7 @@ buildPythonPackage rec { pytest-xdist ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "githubkit" ]; pythonImportsCheck = [ "githubkit" ]; disabledTests = [ # Tests require network access Loading