* feat(cv2): remove OpenCV dependency * ci(tests): cover ambient cv2 wheels * fix(cv2): restore fallback CI * ci(tests): simplify pytest job name formatting * ci(tests): refactor cv2 backend check for readability and set Python shell explicitly * test(cv2): stabilize OpenCV parity checks * ci(tests): fix Python 3.13 matrix typo in CI workflow * scope OpenCV-absence check to declared deps/extras * normalize whitespace in release-doc phrase assertions * fix(ci): strip manifest line before comment check * emit `UserWarning` when OpenCV is missing to alert users of fallback behavior --------- Co-authored-by: Codex <codex@openai.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| installed_wheel_fallback_manifest.txt | ||
| test_color.py | ||
| test_components.py | ||
| test_constants.py | ||
| test_contours.py | ||
| test_cv2.py | ||
| test_drawing.py | ||
| test_geometry.py | ||
| test_image.py | ||
| test_integration.py | ||
| test_release.py | ||
| test_text.py | ||
| test_transform.py | ||
| test_video.py | ||