Skip to content

fix: integration test compatibility issue with python 3.8 #913

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

Merged
merged 2 commits into from
Jul 4, 2025

Conversation

aaron-congo
Copy link
Contributor

Description

  • The integration tests were failing with Python 3.8 because the newest version of poetry was being installed in the test docker container, which is not compatible with Python 3.8. This PR fixes the issue by installing Poetry 1.8.5 instead, which is the latest version that still supports Python 3.8

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@aaron-congo aaron-congo merged commit 3dd5f0f into main Jul 4, 2025
13 of 14 checks passed
@aaron-congo aaron-congo deleted the fix-python38 branch July 4, 2025 16:26
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.

3 participants