Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 26, 2025

This PR contains the following updates:

Package Change Age Confidence
pytest-asyncio (changelog) >=0.21.1,<1.0.0 -> >=1.1.0,<1.2.0 age confidence

Release Notes

pytest-dev/pytest-asyncio (pytest-asyncio)

v1.1.0: pytest-asyncio 1.1.0

Compare Source

Added
  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#​127)
  • Cancellation of tasks when the loop_scope ends (#​200)
  • Warning when the current event loop is closed by a test
Fixed
  • Error about missing loop when calling functions requiring a loop in the finally clause of a task (#​878)
  • An error that could cause duplicate warnings to be issued
Notes for Downstream Packagers

v1.0.0: pytest-asyncio 1.0.0

Compare Source

1.0.0 - 2025-05-26

Removed

  • The deprecated event_loop fixture.
    (#​1106)

Added

  • Prelimiary support for Python 3.14
    (#​1025)

Changed

  • Scoped event loops (e.g. module-scoped loops) are created once rather
    than per scope (e.g. per module). This reduces the number of fixtures
    and speeds up collection time, especially for large test suites.
    (#​1107)
  • The loop_scope argument to pytest.mark.asyncio no longer forces
    that a pytest Collector exists at the level of the specified scope.
    For example, a test function marked with
    pytest.mark.asyncio(loop_scope="class") no longer requires a class
    surrounding the test. This is consistent with the behavior of the
    scope argument to pytest_asyncio.fixture.
    (#​1112)

Fixed

  • An error caused when using pytest's [--setup-plan]{.title-ref}
    option.
    (#​630)
  • Unsuppressed import errors with pytest option
    --doctest-ignore-import-errors
    (#​797)
  • A "fixture not found" error in connection with package-scoped loops
    (#​1052)

Notes for Downstream Packagers

  • Removed a test that had an ordering dependency on other tests.
    (#​1114)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team and codegen-team as code owners May 26, 2025 09:58
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch 2 times, most recently from b7ffd2e to fa7309d Compare June 29, 2025 22:21
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch from fa7309d to b25464e Compare July 8, 2025 20:25
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch 2 times, most recently from a453581 to 5df77f2 Compare July 21, 2025 19:03
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch 2 times, most recently from 6f48292 to d9db0f9 Compare August 13, 2025 13:59
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch from d9db0f9 to b7e0dbf Compare August 15, 2025 02:00
@renovate renovate bot changed the title chore(deps): update dependency pytest-asyncio to v1 chore(deps): update dependency pytest-asyncio to v1 - autoclosed Aug 19, 2025
@renovate renovate bot closed this Aug 19, 2025
@renovate renovate bot deleted the renovate/pytest-asyncio-1.x branch August 19, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant