python3Packages.ultralytics: skip flaky test

This commit is contained in:
Gaetan Lepage
2025-12-23 20:37:34 +00:00
parent 91f18a8227
commit 8938089444
@@ -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 <E2><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 = {