-
Notifications
You must be signed in to change notification settings - Fork 34
Fix Python 3.14.0 CI failures #730
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
Conversation
da0615f to
950e7ae
Compare
GSVarsha
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to this PR, but I guess these lines were copied from ruby-sensor when this file was created. Can we remove them in this PR?
97801a6 to
4b39ab7
Compare
|
Hello @instana/eng-python. I have adapted the CircleCI configuration file to pull the Python 3.14.0 image from my personal project. As soon as we have this reviewed, I will point to the correct image before merging. The image used now is the same as the one we will build in the GH Action. |
CagriYonca
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, good job!
7fafb72 to
7f5233d
Compare
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
Type annotation can’t be interpreted for Annotated Declarative Table form. https://docs.sqlalchemy.org/en/20/errors.html#type-annotation-can-t-be-interpreted-for-annotated-declarative-table-form Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
00ad4df to
4fbafe8
Compare
GSVarsha
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks PERFECT to me :)
This PR proposes to fix the CircleCI failure when running the tests on top of Python 3.14.0.
It uses a GitHub Actions workflow to build a container image with all test dependencies and publish it in the GitHub Container Registry every Monday and Wednesday at 00:01. This was pre-tested in a personal repository here.
In addition, this PR modified the CircleCI configuration file to use matrix parameters and point to the new container image as the base image to test Python 3.14.0.