From 8938089444eddcafe455dbbb5c51ec76c4900589 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 23 Dec 2025 20:37:34 +0000 Subject: [PATCH] python3Packages.ultralytics: skip flaky test --- pkgs/development/python-modules/ultralytics/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/ultralytics/default.nix b/pkgs/development/python-modules/ultralytics/default.nix index 27b8bfec9b36..7e9e98048e7a 100644 --- a/pkgs/development/python-modules/ultralytics/default.nix +++ b/pkgs/development/python-modules/ultralytics/default.nix @@ -120,6 +120,11 @@ buildPythonPackage rec { # RuntimeError: required keyword attribute 'value' has the wrong type "test_utils_benchmarks" + + # RuntimeError: Dataset 'https://github.com/ultralytics/assets/releases/download/v0.0.0/coco8-ndjson.ndjson' + # error <9D><8C> [Errno 13] Permission denied: + # '/nix/store/rnns5r21nibx26f2c2gxdk3h8l0jcg68-python3.12-ultralytics-8.3.221/datasets/coco8-ndjson/labels/train/000000000009.txt' + "test_train_ndjson" ]; meta = {