Skip to content

Update entrypoint selection #680

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

Merged
merged 1 commit into from
Jun 21, 2021

Conversation

jrbourbeau
Copy link
Contributor

Newer versions of Python and the importlib_metadata backport have deprecated get(...) in favor of .select(...). This helps avoid the following warning (xref this CI build)

 fsspec/__init__.py:49
  /home/runner/work/filesystem_spec/filesystem_spec/fsspec/__init__.py:49: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select.
    for spec in entry_points.get("fsspec.specs", []):

@martindurant
Copy link
Member

Bahh, this thing has changed too m many times! thanks for digging it out.

@martindurant martindurant merged commit a84d7fe into fsspec:master Jun 21, 2021
@jrbourbeau jrbourbeau deleted the entrypoints-select branch June 21, 2021 15:56
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