-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Source Zendesk Talk : Restore Unit Test #50956
base: master
Are you sure you want to change the base?
Conversation
…pe/zendesk-talk/restore-unit-test
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
/format-fix
|
…com/airbytehq/airbyte into tope/zendesk-talk/restore-unit-test
@ChristoGrab This connector and a couple of others require |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the feedback that unit tests do not import requests_mock — I'll take a look at why it's failing.
|
||
[tool.poetry.dependencies] | ||
python = "^3.10,<3.13" | ||
airbyte-cdk = "6.10.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for tests only, but we should set ^6.10, not 6.10 specifically, so this can be updated automatically if/when needed.
Looking into the issue with the import. I can reproduce the failure locally using airbyte-ci, likely a bug in the testing environment setup Edit: The logic to set up test dependencies in the ManifestOnlyConnectorUnitTests class is likely being overriden by the parent class. Not an easy step to debug due to dagger exploding any time you modify an exec chain. Created an issue to track the problem. |
No description provided.