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

Fix pkg_resources.iter_entry_points deprecation #191

Closed
wants to merge 1 commit into from

Conversation

kkaris
Copy link
Contributor

@kkaris kkaris commented Aug 10, 2024

Try replacing pkg_resources.iter_entry_points with importlib.metadata.entry_points

See #190.

@cthoyt cthoyt mentioned this pull request Sep 23, 2024
cthoyt added a commit that referenced this pull request Sep 23, 2024
- Update sphinx upper bound to 8.0 until October
- Add alternative `pyobo.get_name` interface
- Add extra gilda term subset utility
- Add Credit taxonomy
- Add extra tools for ror and geonames
- Use class resolver to replace deprecated pkg_resources functionality
(alternate to #191)
- Remove unavoidable printing to standard out from contributed code for
version pins

---------

Co-authored-by: kkaris <4621351+kkaris@users.noreply.github.com>
@cthoyt
Copy link
Member

cthoyt commented Sep 23, 2024

I gave an alternate fix in #193 for this, thanks for noting it.

@cthoyt cthoyt closed this Sep 23, 2024
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