pyapp-kit / superqt

Missing widgets and components for Qt-python
https://pyapp-kit.github.io/superqt/
BSD 3-Clause "New" or "Revised" License
210 stars 38 forks source link

fix: fix deprecation warning on fonticon plugin discovery on python 3.10 #95

Closed tlambert03 closed 2 years ago

tlambert03 commented 2 years ago

entry_points() changed it's api

https://docs.python.org/3/library/importlib.metadata.html#entry-points

codecov[bot] commented 2 years ago

Codecov Report

Merging #95 (77601fa) into main (35acbbf) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #95      +/-   ##
==========================================
+ Coverage   84.86%   84.89%   +0.02%     
==========================================
  Files          30       30              
  Lines        2379     2383       +4     
==========================================
+ Hits         2019     2023       +4     
  Misses        360      360              
Impacted Files Coverage Δ
src/superqt/fonticon/_plugins.py 69.09% <100.00%> (+2.42%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 35acbbf...77601fa. Read the comment docs.