[Work Item #17159 & #17194] fix ptest for python-omegaconf#17332
Open
akhila-guruju wants to merge 2 commits into
Open
[Work Item #17159 & #17194] fix ptest for python-omegaconf#17332akhila-guruju wants to merge 2 commits into
ptest for python-omegaconf#17332akhila-guruju wants to merge 2 commits into
Conversation
This patch adds support for Python versions 3.12-3.14 and removes support for Python 3.8. It also replaces deprecated pkg_resources with pkgutil and fixes a failing test for Python 3.12.
ptest for python-omegaconf
ptest for python-omegaconfptest for python-omegaconf
Contributor
Author
|
Buddy Build has passed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
What does the PR accomplish, why was it needed?
Add and fix ptest for python-omegaconf
Upstream Patch reference: https://github.com/omry/omegaconf/commit/a656e85e44795d471c812d9f9c326967465cf788.patch
PR: omry/omegaconf#1225
Modified to apply to Azure Linux.
Only first 2 commit changes are relevant to the ptests.
Replace deprecated pkg_resources with pkgutil and fix failing test for Python 3.12+
Combined commit changes: https://github.com/omry/omegaconf/pull/1225/changes/BASE..8cb50f64ea58c217f908d3f65cb09c0707633234
The change made in
pyproject.tomlis already present in v2.3.0No minor version upgrade can fix ptest failures.
disabled pip version check in %check section to fix the error caused during build.
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology