Skip to content

Resolve importlib-related failures in upstream CI#9604

Merged
jrbourbeau merged 2 commits intodask:mainfrom
charlesbluca:resolve-upstream-tests
Oct 28, 2022
Merged

Resolve importlib-related failures in upstream CI#9604
jrbourbeau merged 2 commits intodask:mainfrom
charlesbluca:resolve-upstream-tests

Conversation

@charlesbluca
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants