Loading pkgs/development/python-modules/anthropic/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,8 @@ buildPythonPackage (finalAttrs: { pytest-xdist pytestCheckHook respx ]; ] ++ lib.flatten (builtins.attrValues finalAttrs.passthru.optional-dependencies); pythonImportsCheck = [ "anthropic" ]; Loading Loading
pkgs/development/python-modules/anthropic/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,8 @@ buildPythonPackage (finalAttrs: { pytest-xdist pytestCheckHook respx ]; ] ++ lib.flatten (builtins.attrValues finalAttrs.passthru.optional-dependencies); pythonImportsCheck = [ "anthropic" ]; Loading