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
PyAirbyte supports Python 3.12, but source-faker (used in integration tests) does not yet support Python 3.12. As a temporary workaround, we've added skip markers to all source-faker tests when running under Python 3.12 in PR #609.
Impact
The following tests are currently skipped on Python 3.12:
test_deploy_source in test_cloud_workspaces.py
test_merge_strategy in test_source_faker_integration.py
test_replace_strategy in test_source_faker_integration.py
test_append_strategy in test_source_faker_integration.py
And other source-faker related tests
Resolution
Once source-faker adds Python 3.12 support, we should:
Background
PyAirbyte supports Python 3.12, but source-faker (used in integration tests) does not yet support Python 3.12. As a temporary workaround, we've added skip markers to all source-faker tests when running under Python 3.12 in PR #609.
Impact
The following tests are currently skipped on Python 3.12:
Resolution
Once source-faker adds Python 3.12 support, we should:
Links
The text was updated successfully, but these errors were encountered: