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

Python API review is not generated using correct package name #9954

Merged
merged 6 commits into from
Mar 3, 2025

Conversation

praveenkuttappan
Copy link
Member

API parser has a new change to get package name and version using pkginfo and this only works when gnerating review file from wheel or sdist. But python CI generates token from package source hence pkginfo is not available and as a result review token file is generated with wrong version and wrong token file name.

Parser also iterates all directories including tests and build and include those paths in package modules.

@praveenkuttappan praveenkuttappan self-assigned this Mar 3, 2025
@praveenkuttappan praveenkuttappan added the Central-EngSys This issue is owned by the Engineering System team. label Mar 3, 2025
Copy link
Member

@swathipil swathipil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm, thanks for the fix @praveenkuttappan !!

@praveenkuttappan praveenkuttappan enabled auto-merge (squash) March 3, 2025 21:19
@praveenkuttappan praveenkuttappan merged commit 58b4b2a into Azure:main Mar 3, 2025
8 checks passed
@praveenkuttappan praveenkuttappan deleted the fix_python_parser branch March 3, 2025 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
Status: ✅ Done
Status: 🔬 Dev in PR
Development

Successfully merging this pull request may close these issues.

2 participants