Loading pkgs/development/python-modules/anthropic/default.nix +20 −21 Original line number Diff line number Diff line { lib , anyio , buildPythonPackage , dirty-equals , distro , fetchFromGitHub , google-auth , hatch-fancy-pypi-readme , hatchling , httpx , pydantic , pytest-asyncio , pytestCheckHook , pythonOlder , respx , sniffio , tokenizers , typing-extensions { lib, anyio, buildPythonPackage, dirty-equals, distro, fetchFromGitHub, google-auth, hatch-fancy-pypi-readme, hatchling, httpx, pydantic, pytest-asyncio, pytestCheckHook, pythonOlder, respx, sniffio, tokenizers, typing-extensions, }: buildPythonPackage rec { Loading Loading @@ -58,9 +59,7 @@ buildPythonPackage rec { respx ]; pythonImportsCheck = [ "anthropic" ]; pythonImportsCheck = [ "anthropic" ]; disabledTests = [ # Test require network access Loading Loading
pkgs/development/python-modules/anthropic/default.nix +20 −21 Original line number Diff line number Diff line { lib , anyio , buildPythonPackage , dirty-equals , distro , fetchFromGitHub , google-auth , hatch-fancy-pypi-readme , hatchling , httpx , pydantic , pytest-asyncio , pytestCheckHook , pythonOlder , respx , sniffio , tokenizers , typing-extensions { lib, anyio, buildPythonPackage, dirty-equals, distro, fetchFromGitHub, google-auth, hatch-fancy-pypi-readme, hatchling, httpx, pydantic, pytest-asyncio, pytestCheckHook, pythonOlder, respx, sniffio, tokenizers, typing-extensions, }: buildPythonPackage rec { Loading Loading @@ -58,9 +59,7 @@ buildPythonPackage rec { respx ]; pythonImportsCheck = [ "anthropic" ]; pythonImportsCheck = [ "anthropic" ]; disabledTests = [ # Test require network access Loading