Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-asyncio (changelog) 0.26.0 -> 1.1.0 age adoption passing 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 - "before 2am" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python labels Jun 21, 2025
@codecov
Copy link

codecov bot commented Jun 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (598a060) to head (52702df).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #664   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          245       245           
  Branches        14        14           
=========================================
  Hits           245       245           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch 4 times, most recently from 1c22b12 to 924dab8 Compare June 28, 2025 05:03
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch 4 times, most recently from 8215b61 to 6a39ffe Compare July 4, 2025 09:48
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch 5 times, most recently from 571da08 to 0a3ac31 Compare July 14, 2025 05:39
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch 4 times, most recently from f0347d9 to 530ee00 Compare July 21, 2025 05:32
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch 4 times, most recently from 4fabfb2 to 493e8f5 Compare July 28, 2025 08:16
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch 5 times, most recently from dabd2f7 to 7a180b8 Compare August 4, 2025 06:49
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch 5 times, most recently from 08fd2cb to 52702df Compare August 10, 2025 09:14
@renovate renovate bot force-pushed the renovate/pytest-asyncio-1.x branch from 52702df to 2e3951b Compare August 11, 2025 04:45
@sonarqubecloud
Copy link

@joostlek joostlek merged commit 8c59756 into main Aug 11, 2025
12 checks passed
@renovate renovate bot deleted the renovate/pytest-asyncio-1.x branch August 11, 2025 11:45
@github-actions github-actions bot locked and limited conversation to collaborators Aug 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants