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

Pin importlib-metadata in CI #6961

Closed
wants to merge 1 commit into from

Conversation

mtreinish
Copy link
Member

Summary

The recent release of importlib-metadata has broken an interface that
stevedore uses when looking for entrypoints (see
python/importlib_metadata#348 ). Several of
our test/ci dependecies use stevedore for their plugin interfaces
including stestr which is causing CI failures. To unblock CI this commit
pins the importlib metadata version in our constraints file while the
upstream issue is resolved.

Details and comments

The recent release of importlib-metadata has broken an interface that
stevedore uses when looking for entrypoints (see
python/importlib_metadata#348 ). Several of
our test/ci dependecies use stevedore for their plugin interfaces
including stestr which is causing CI failures. To unblock CI this commit
pins the importlib metadata version in our constraints file while the
upstream issue is resolved.
@mtreinish mtreinish requested a review from a team as a code owner August 29, 2021 13:33
@@ -4,3 +4,4 @@ decorator==4.4.2
jax==0.2.13
jaxlib==0.1.67
networkx==2.5
importlib-metadata==4.7.1
Copy link

Choose a reason for hiding this comment

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

Maybe better to do

Suggested change
importlib-metadata==4.7.1
importlib-metadata!=4.8.0

@mtreinish
Copy link
Member Author

The 4.8.0 release was yanked so this is no longer needed.

@mtreinish mtreinish closed this Aug 29, 2021
@mtreinish mtreinish deleted the pin-importlib-metadata branch August 29, 2021 13:58
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.

None yet

2 participants