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 #427

Closed
wants to merge 1 commit into from

Conversation

mtreinish
Copy link
Member

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.

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
Copy link
Member Author

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

@mtreinish mtreinish closed this Aug 29, 2021
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

1 participant