Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tech Debt: source-faker incompatibility with Python 3.12 #611

Open
devin-ai-integration bot opened this issue Feb 11, 2025 · 0 comments
Open

Tech Debt: source-faker incompatibility with Python 3.12 #611

devin-ai-integration bot opened this issue Feb 11, 2025 · 0 comments

Comments

@devin-ai-integration
Copy link
Contributor

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:

  • 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:

  1. Remove the skip markers
  2. Re-enable all source-faker tests for Python 3.12
  3. Verify that all tests pass

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants