[AZ-171] Remove unused onnx_batch config, add macOS skip for CoreML tests

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-28 17:39:53 +02:00
parent 4be6c26de2
commit 4121f56ce1
5 changed files with 3 additions and 7 deletions
+2
View File
@@ -1,3 +1,4 @@
import sys
from pathlib import Path
import cv2
@@ -92,6 +93,7 @@ class TestOnnxExport:
assert out[0].shape[0] == 4
@pytest.mark.skipif(sys.platform != "darwin", reason="CoreML requires macOS")
class TestCoremlExport:
def test_coreml_package_created(self, exported_models):
# Assert