fix(e2e): update pbr version to 7.0.3 in conflicting requirements test#916
Draft
dhellmann wants to merge 2 commits intopython-wheel-build:mainfrom
Draft
fix(e2e): update pbr version to 7.0.3 in conflicting requirements test#916dhellmann wants to merge 2 commits intopython-wheel-build:mainfrom
dhellmann wants to merge 2 commits intopython-wheel-build:mainfrom
Conversation
Updates pbr from 6.1.1 to 7.0.3 to fix test failure caused by pbr 6.1.1 trying to import the deprecated pkg_resources module that was removed from newer setuptools versions. The newer pbr version is compatible with current setuptools. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…mpatibility Pin setuptools to version <75 because entry-point-inspector depends on pkg_resources which was removed from setuptools starting in version 75.0.0. This prevents ModuleNotFoundError when running epi commands in the test. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
LalatenduMohanty
approved these changes
Feb 17, 2026
Member
|
I spent some time to look in to the build test failure. But could not find the root cause yet. |
Member
|
Also created #917 to improve this for future. |
Contributor
|
Looks like CI is still not happy |
Member
Author
|
I have disabled some of the CI jobs to see why the build_steps job only fails in CI. |
702e998 to
91dc8d2
Compare
Member
Author
|
Capping setuptools doesn't help. I'll have to run look at the test results and try again next week unless someone else has time to look. |
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.
Updates pbr from 6.1.1 to 7.0.3 to fix test failure caused by pbr 6.1.1 trying to import the deprecated pkg_resources module that was removed from newer setuptools versions. The newer pbr version is compatible with current setuptools.
🤖 Generated with Claude Code