Commit 4ef2879
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 <[email protected]>1 parent af63ab8 commit 4ef2879
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments