guessit-io / guessit

GuessIt is a python library that extracts as much information as possible from a video filename.
https://guessit-io.github.io/guessit
GNU Lesser General Public License v3.0
813 stars 92 forks source link

pathlib.Path.__enter__() is deprecated #761

Closed plotski closed 6 months ago

plotski commented 7 months ago
pathlib.Path.__enter__() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op

References:

https://bugs.python.org/issue39682 https://bugs.python.org/issue46556 https://github.com/python/cpython/commit/06e1701ad3956352bc0f42b8f51c2f8cc85bf378

codecov-commenter commented 6 months ago

Codecov Report

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

Comparison is base (e947d1b) 98.46% compared to head (aa85b2e) 98.46%. Report is 2 commits behind head on develop.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #761 +/- ## ======================================== Coverage 98.46% 98.46% ======================================== Files 52 52 Lines 3449 3449 ======================================== Hits 3396 3396 Misses 53 53 ```

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