Skip to content

Commit 2f15484

Browse files
authored
python3Packages.ultralytics: disable test_grayscale that requires net… (#437534)
2 parents 32a4cd2 + 839a5f9 commit 2f15484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/python-modules/ultralytics/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ buildPythonPackage rec {
102102
"test_yolov10"
103103
"test_yoloe"
104104
"test_multichannel"
105+
"test_grayscale"
105106
]
106107
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
107108
# Fatal Python error: Aborted

0 commit comments

Comments
 (0)