Commit 08db481a authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.anthropic: add optional dependencies to tests

parent fd3025f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -90,7 +90,8 @@ buildPythonPackage (finalAttrs: {
    pytest-xdist
    pytestCheckHook
    respx
  ];
  ]
  ++ lib.flatten (builtins.attrValues finalAttrs.passthru.optional-dependencies);

  pythonImportsCheck = [ "anthropic" ];