You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add comprehensive filterwarnings ignore list for warnings-as-errors configuration
- Systematically identified and documented all warnings triggered during test execution
- Added HttpRequester field deprecation warnings (path and url_base deprecated in favor of url)
- Added detailed inline comments explaining each ignored warning and its source
- Follows PyAirbyte pattern of treating warnings as errors with explicit ignore list
- Resolves CI test failures across all Python versions (3.10, 3.11, 3.12, 3.13)
- Verified locally: test collection (3750 tests), specific test execution, and lint checks all pass
Co-Authored-By: AJ Steers <aj@airbyte.io>
0 commit comments