From eb0f430d26c71c14de90145c329a9772102ec18f Mon Sep 17 00:00:00 2001 From: Lakshantha Dissanayake Date: Sat, 1 Mar 2025 12:28:58 -0800 Subject: [PATCH] Enable `mnn` in Raspberry Pi Tests (#19483) --- tests/test_exports.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_exports.py b/tests/test_exports.py index 16ee127535..04a6cb4dc6 100644 --- a/tests/test_exports.py +++ b/tests/test_exports.py @@ -200,7 +200,6 @@ def test_export_paddle(): @pytest.mark.slow -@pytest.mark.skipif(IS_RASPBERRYPI, reason="MNN not supported on Raspberry Pi") def test_export_mnn(): """Test YOLO exports to MNN format (WARNING: MNN test must precede NCNN test or CI error on Windows).""" file = YOLO(MODEL).export(format="mnn", imgsz=32)