Commit a3e549ce authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.anthropic: format with nixfmt

parent 2c4db346
Loading
Loading
Loading
Loading
+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 {
@@ -58,9 +59,7 @@ buildPythonPackage rec {
    respx
  ];

  pythonImportsCheck = [
    "anthropic"
  ];
  pythonImportsCheck = [ "anthropic" ];

  disabledTests = [
    # Test require network access