Skip to content

Commit b6b349b

Browse files
committedMar 21, 2025
python312Packages.smolagents: disable test that requires missing dep mlx-lm
1 parent d55697c commit b6b349b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pkgs/development/python-modules/smolagents/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
lib,
3+
stdenv,
34
accelerate,
45
buildPythonPackage,
56
docker,
@@ -118,6 +119,8 @@ buildPythonPackage rec {
118119
"test_transformers_message_vl_no_tool"
119120
"test_transformers_toolcalling_agent"
120121
"test_visit_webpage"
122+
] ++ lib.optionals stdenv.isDarwin [
123+
"test_get_mlx"
121124
];
122125

123126
meta = {

0 commit comments

Comments
 (0)
Failed to load comments.