quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Stop using deprecated module pkg_resouces #6708

Closed pavoljuhas closed 1 month ago

pavoljuhas commented 1 month ago

Use the builtin importlib.metadata instead. Also pick up pylint issues and remove unnecessary dependency on setuptools typing stubs.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.83%. Comparing base (2f922cd) to head (0cd6834). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6708 +/- ## ========================================== - Coverage 97.83% 97.83% -0.01% ========================================== Files 1077 1077 Lines 92502 92488 -14 ========================================== - Hits 90501 90487 -14 Misses 2001 2001 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.