pytest-dev / pytest-asyncio

Asyncio support for pytest
https://pytest-asyncio.readthedocs.io
Apache License 2.0
1.43k stars 152 forks source link

[pre-commit.ci] pre-commit autoupdate #963

Closed pre-commit-ci[bot] closed 3 weeks ago

pre-commit-ci[bot] commented 1 month ago

updates:

Re-applied an autuupdate manually on top of it (changelog not provided)

webknjaz commented 1 month ago

The changes to type imports here break Python 3.8 compat in runtime. One solution could be quoting the affected types, I think. Alternatively, from __future__ import annotations should work. And finally, support for Python 3.8 could be dropped as it's EoL now.

Pierre-Sassoulas commented 4 weeks ago

Will be fixed by #968 and #969

Pierre-Sassoulas commented 3 weeks ago

pre-commit.ci run

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 91.15%. Comparing base (e40623d) to head (6d2e2a6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #963 +/- ## ======================================= Coverage 91.15% 91.15% ======================================= Files 2 2 Lines 509 509 Branches 64 64 ======================================= Hits 464 464 Misses 27 27 Partials 18 18 ```

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

Pierre-Sassoulas commented 3 weeks ago

Made another autoupdate and rebased manually properly as it's impossible to squash by settings.