-
Notifications
You must be signed in to change notification settings - Fork 58
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 #260
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #260 +/- ##
==========================================
+ Coverage 71.65% 71.72% +0.07%
==========================================
Files 34 34
Lines 9091 9086 -5
==========================================
+ Hits 6514 6517 +3
+ Misses 2577 2569 -8 ☔ View full report in Codecov by Sentry. |
745fa71
to
7ba5471
Compare
7ba5471
to
9b5ed7b
Compare
9b5ed7b
to
8f2e66a
Compare
Also remove a useless examples_entry_points insertion
8f2e66a
to
1da86a2
Compare
After I check out this PR, and run
Am I doing anything wrong? I also have checked out the newest master version from orange-canvas-core. |
Are you using/testing with biolab/orange3#6655 ? |
Thanks, @ales-erjavec it works with biolab/orange3#6655 |
Issue
pkg_resources is deprecated.
Requires biolab/orange-canvas-core#289
Description of changes
Remove/replace use of pkg_resources with importlib.metadata, importlib.resources, pkgutil and packaging.
Includes