Skip to content

chore(deps): update dependency pytest-asyncio to v1#66

Closed
dreadnode-renovate-bot[bot] wants to merge 1 commit into
mainfrom
renovate/major-pytest
Closed

chore(deps): update dependency pytest-asyncio to v1#66
dreadnode-renovate-bot[bot] wants to merge 1 commit into
mainfrom
renovate/major-pytest

Conversation

@dreadnode-renovate-bot
Copy link
Copy Markdown
Contributor

@dreadnode-renovate-bot dreadnode-renovate-bot Bot commented Jun 1, 2025

This PR contains the following updates:

| Package | Type | Update | Change |
|

Generated Summary:

  • Updated pytest-asyncio dependency from version ^0.26.0 to ^1.0.0.
  • This change may enhance compatibility with the latest features and fixes in pytest-asyncio.
  • Ensures the project uses an up-to-date testing framework for asynchronous tests.

This summary was generated with ❤️ by rigging

| pytest-asyncio (changelog) | dev | major | ^0.26.0 -> ^1.0.0 |


Release Notes

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

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 - At any time (no schedule defined).

🚦 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 has been generated by Renovate Bot.

| datasource | package        | from   | to    |
| ---------- | -------------- | ------ | ----- |
| pypi       | pytest-asyncio | 0.26.0 | 1.0.0 |
@dreadnode-renovate-bot dreadnode-renovate-bot Bot added area/python Changes to Python package configuration and dependencies type/digest Dependency digest updates labels Jun 1, 2025
@monoxgas monoxgas closed this Jun 8, 2025
@dreadnode-renovate-bot dreadnode-renovate-bot Bot deleted the renovate/major-pytest branch June 11, 2025 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/python Changes to Python package configuration and dependencies type/digest Dependency digest updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant