Skip to content

Commit

Permalink
bring back apply_python_development_overrides test (airbytehq/airby…
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Dec 5, 2024
1 parent f217461 commit 798af31
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ def connector_context(dagger_client):
return context


@pytest.mark.skip(
reason=(
"This is broken since CDK has moved to a separate package. "
"Dagger appears to not have access to the sibling directory. "
+ "See https://github.com/airbytehq/airbyte-internal-issues/issues/10779"
)
)
@pytest.mark.parametrize("use_local_cdk", [True, False])
async def test_apply_python_development_overrides(connector_context, use_local_cdk):
connector_context.use_local_cdk = use_local_cdk
fake_connector_container = connector_context.dagger_client.container().from_("airbyte/python-connector-base:2.0.0")
Expand Down

0 comments on commit 798af31

Please sign in to comment.