supervision/tests/cv2
Jirka Borovec 794971ba0f
feat(cv2): remove OpenCV dependency (#2443)
* 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>
2026-07-31 22:19:33 +02:00
..
__init__.py
installed_wheel_fallback_manifest.txt feat(cv2): remove OpenCV dependency (#2443) 2026-07-31 22:19:33 +02:00
test_color.py perf(cv2): simplify fallback operations (#2441) 2026-07-17 17:31:57 +02:00
test_components.py perf(cv2): simplify fallback operations (#2441) 2026-07-17 17:31:57 +02:00
test_constants.py perf(cv2): simplify fallback operations (#2441) 2026-07-17 17:31:57 +02:00
test_contours.py perf(cv2): simplify fallback operations (#2441) 2026-07-17 17:31:57 +02:00
test_cv2.py perf(cv2): simplify fallback operations (#2441) 2026-07-17 17:31:57 +02:00
test_drawing.py refactor(cv2): replace Hershey text with Pillow (#2440) 2026-07-17 10:22:32 +02:00
test_geometry.py feat(cv2): remove OpenCV dependency (#2443) 2026-07-31 22:19:33 +02:00
test_image.py feat: add image URL loader (#2372) 2026-07-28 21:24:55 +02:00
test_integration.py feat(cv2): remove OpenCV dependency (#2443) 2026-07-31 22:19:33 +02:00
test_release.py feat(cv2): remove OpenCV dependency (#2443) 2026-07-31 22:19:33 +02:00
test_text.py perf(cv2): simplify fallback operations (#2441) 2026-07-17 17:31:57 +02:00
test_transform.py perf(cv2): simplify fallback operations (#2441) 2026-07-17 17:31:57 +02:00
test_video.py feat(cv2): complete fallback integration (#2439) 2026-07-17 07:50:45 +02:00