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
feat: Add pytest warnings-as-errors configuration similar to PyAirbyte
- Add warnings-as-errors configuration to pytest.ini following PyAirbyte pattern
- Include detailed inline comments explaining each warning type and locations
- Fix jsonschema import deprecation in transform.py to use protocols import
- Ignore specific acceptable warnings: ExperimentalClassWarning, IncrementalMixin deprecation, jsonschema import deprecation, unknown pytest markers
- Successfully tested with pytest --collect-only (3750 tests collected)
Co-Authored-By: AJ Steers <[email protected]>
0 commit comments