From ff801a5feee642b3c3ebed69a6bad781e0cea4c6 Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Sat, 22 Jun 2024 10:15:47 +0200 Subject: [PATCH] disable capture tests on macos altogether --- dev-requirements.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2332ec4..55e2879 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,12 +1,6 @@ # test dependencies pytest # https://github.com/opencv/opencv-python/issues/291#issuecomment-841816850 -# 4.5.1.48 is the last version for macOS that works without requiring -# media capture authorization which is unsupported in GitHub Actions. -# There is no Python 3.10 wheel though, which means that this work-around -# only works for <= 3.9. -# Tests that require OpenCV on macOS are disabled in CI for >= 3.10. -opencv-python==4.5.1.48 ; python_version < '3.10' and sys_platform == 'darwin' opencv-python; sys_platform != 'darwin' imageio