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

refactor: Remove pkg_resources usage as it is deprecated #967

Merged
merged 1 commit into from
May 26, 2023

Conversation

Czaki
Copy link
Collaborator

@Czaki Czaki commented May 26, 2023

replace pkg_resources.iter_entry_points with importlib.metadata.entry_points

replace `pkg_resources.iter_entry_points` with importlib.metadata.entry_points
@Czaki Czaki added this to the 0.15.0 milestone May 26, 2023
@sonarcloud
Copy link

sonarcloud bot commented May 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@deprecated-napari-hub-preview-bot

Preview page for your plugin is ready here:
https://preview.napari-hub.org/4DNucleome/PartSeg/967
Created: 2023-05-26T18:02:04.403357

@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (7c17dd1) 91.91% compared to head (0d00db3) 91.91%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #967   +/-   ##
========================================
  Coverage    91.91%   91.91%           
========================================
  Files          201      201           
  Lines        31349    31349           
========================================
  Hits         28815    28815           
  Misses        2534     2534           
Impacted Files Coverage Δ
package/PartSeg/plugins/__init__.py 66.66% <100.00%> (ø)
package/PartSegCore/plugins/__init__.py 72.22% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Czaki Czaki merged commit cd9ba1f into develop May 26, 2023
@Czaki Czaki deleted the maintanence/remove_pkg_resources branch May 26, 2023 18:33
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.

1 participant