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

Bootstrapper script test failing due to inconsistent package installation #3072

Open
akchinSTC opened this issue Jan 9, 2023 · 1 comment
Labels
component:test Test-related

Comments

@akchinSTC
Copy link
Member

Describe the issue
test_package_installation_with_target_path test fails due to incorrect packaging package version during testing

However the test is not currently working as intended.
In <v3.11, the setup installs packaging v22 when it should have installed v21, and vice versa in v3.11.
I have disabled the test temporarily, to unblock some PRs

To Reproduce
Steps to reproduce the behavior:

  1. Run pytest elyra/tests/kfp/

Screenshots or log output
If applicable, add screenshots or log output to help explain your problem.
https://github.com/elyra-ai/elyra/actions/runs/3843218742/jobs/6545278708
image

Expected behavior
Test to install the correct packaging version during setup and succeed at runtime.

Deployment information
Describe what you've deployed and how:

  • Elyra version: main
  • Installation source: source
  • Deployment type: local
  • Operating system: macos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:test Test-related
Projects
None yet
Development

No branches or pull requests

2 participants