Skip to content

Commit

Permalink
disable capture tests on macos altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Jun 22, 2024
1 parent a3ef71b commit ff801a5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ff801a5

Please sign in to comment.