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

Allow requirements verification to be ignored when loading backends from entrypoints #4961

Merged
merged 2 commits into from
Jun 23, 2021

Conversation

fjetter
Copy link
Member

@fjetter fjetter commented Jun 23, 2021

I am running locally into the problem that this test raises due to a dirty distributed version being installed although the UDP backend to be loaded in the test is requiring the pinned, stable, released version 2021.06..01. This require disables the requirement verification for this test but is otherwise identical in functionality. The require was previously a argument to load but is deprecated in favour of these two separate calls

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 @fjetter! Will merge after CI finishes

@jrbourbeau jrbourbeau merged commit f617bbf into dask:main Jun 23, 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.

2 participants