python3Packages.anthropic: add optional dependencies to tests
This commit is contained in:
@@ -90,7 +90,8 @@ buildPythonPackage (finalAttrs: {
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
respx
|
||||
];
|
||||
]
|
||||
++ lib.flatten (builtins.attrValues finalAttrs.passthru.optional-dependencies);
|
||||
|
||||
pythonImportsCheck = [ "anthropic" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user