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

Resolve importlib-related failures in upstream CI #9604

Merged
merged 2 commits into from Oct 28, 2022

Conversation

charlesbluca
Copy link
Member

For some reason, importing importlib.metadata was causing failures when running through the entire test suite with UPSTREAM_DEV=1 (xref #9204 (comment)).

It was difficult to track down what tests in particular caused this issue, so opted to switch to from importlib import metadata, which still seems to work.

cc @jrbourbeau

  • Closes #xxxx
  • Tests added / passed
  • Passes pre-commit run --all-files

Copy link
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

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

Thanks @charlesbluca! This is definitely a weird one, but I see value in getting our upstream CI job passing and this change doesn't seem unreasonable.

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