deptry icon indicating copy to clipboard operation
deptry copied to clipboard

Test with Python 3.13

Open edgarrmondragon opened this issue 1 year ago • 1 comments

PR Checklist

  • [ ] A description of the changes is added to the description of this PR.
  • [ ] If there is a related issue, make sure it is linked to this PR.
  • [ ] If you've fixed a bug or added code that should be tested, add tests!
  • [ ] If you've added or modified a feature, documentation in docs is updated

Description of changes

edgarrmondragon avatar May 21 '24 04:05 edgarrmondragon

Codecov Report

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

Project coverage is 93.0%. Comparing base (2b8deaf) to head (bd246aa).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #713   +/-   ##
=====================================
  Coverage   93.0%   93.0%           
=====================================
  Files         37      37           
  Lines        961     961           
  Branches     173     173           
=====================================
  Hits         894     894           
  Misses        51      51           
  Partials      16      16           

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

codecov[bot] avatar May 21 '24 04:05 codecov[bot]

Functional tests depending on Poetry were failing because of cffi dependency, but with https://github.com/python-cffi/cffi/releases/tag/v1.17.0 released, it's now fixed, so gonna merge the PR. Thanks for the contribution!

mkniewallner avatar Aug 06 '24 17:08 mkniewallner