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

Fix integration tests #2701

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Conversation

eapolinario
Copy link
Collaborator

Why are the changes needed?

We stopped setting PYTHONPATH in the dev image in #2673, but that broke integration tests because flytekit and can no longer be found (consequently the integration tests modules shipped alongside flytekit can't be found).

What changes were proposed in this pull request?

Add /flytekit back to PYTHONPATH in dev image.

I also took the time and removed the deprecated pod plugin from the image.

How was this patch tested?

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
@eapolinario
Copy link
Collaborator Author

I'm going to set integration tests as required after this PR is merged.

@eapolinario eapolinario merged commit ea0aa31 into master Aug 22, 2024
99 checks passed
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

Successfully merging this pull request may close these issues.

2 participants