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

[ENH] Remove use of pkg_resources #6655

Merged
merged 7 commits into from
Dec 22, 2023

Conversation

ales-erjavec
Copy link
Contributor

Issue

pkg_resources is deprecated.

Requires:

Description of changes

Remove/replace use of pkg_resources with importlib.metadata, importlib.resources, pkgutil and packaging.

Includes
  • Code changes
  • Tests
  • Documentation

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

Merging #6655 (3550262) into master (b17c0ff) will decrease coverage by 0.01%.
Report is 2 commits behind head on master.
The diff coverage is 84.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6655      +/-   ##
==========================================
- Coverage   88.09%   88.08%   -0.01%     
==========================================
  Files         322      322              
  Lines       70102    70105       +3     
==========================================
- Hits        61755    61753       -2     
- Misses       8347     8352       +5     

@ales-erjavec ales-erjavec marked this pull request as ready for review December 15, 2023 10:19
@ales-erjavec ales-erjavec changed the title [WIP] Remove use of pkg_resources [ENH] Remove use of pkg_resources Dec 15, 2023
@PrimozGodec PrimozGodec merged commit 97d0858 into biolab:master Dec 22, 2023
25 of 27 checks passed
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