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 test failures-python sdk building #2544

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

Saipriya-1144
Copy link
Collaborator

@Saipriya-1144 Saipriya-1144 commented Nov 25, 2024

During the process of building the Python SDK from source for versions 3.12.7 and 3.13.0 on Bullseye, we encountered build test failures ( test_xml_etree tests). Apparently, these tests having been failing from a very long time, but these are no longer ignored due to recent changes in that test repo

These tests have been deprecated in Expat version 2.6.3. To resolve this, we removed the --with-system-expat option, ensuring that the build uses the Expat XML parser library (version 2.6.3) included in the Python source.

This is a prevalent issue, and these links contains discussions on this issue.
python/cpython#125067
python/cpython#110276

@Saipriya-1144 Saipriya-1144 requested a review from a team as a code owner November 25, 2024 04:22
@sarsharma sarsharma merged commit 8056c01 into main Nov 26, 2024
1 check passed
@sarsharma sarsharma deleted the user/vchintalapat/fix-python-sdk-building branch November 26, 2024 06:54
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