-
Notifications
You must be signed in to change notification settings - Fork 2
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
UATs not working on host's python3.10 #79
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5958.
|
Hey @kimwnasptd If we wan to run on 3.10 we just need to migrate the requirements to 3.10 and maybe fix some issues. Right now the runners have 3.10 so we can completely drop the 3.8 support instead of supporting 2 pythons. WDYT? |
We are planning on migrating to Python 3.10 for the tests. After that, support for Python 3.8 will be dropped. |
I have successfully run the tests with Python 3.10 after overriding the |
Bug Description
UAT's will not work on tox installed on host's python3.10 (they only work on python3.8).
The bug was reported in this issue.
To Reproduce
tox -e kubeflow-remote
)Environment
Observed on juju 3.4.4, aks v1.28.9, kubeflow 1.8/stable
Relevant Log Output
Log from here canonical/bundle-kubeflow#951
Additional Context
No response
The text was updated successfully, but these errors were encountered: