Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 26, 2025

This PR contains the following updates:

Package Change Age Confidence
pytest-asyncio (changelog) ==0.26.0 -> ==1.0.0 age confidence

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 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-bot renovate-bot requested a review from a team as a code owner May 26, 2025 05:13
@dpebot
Copy link
Collaborator

dpebot commented May 26, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-1.x branch from 29bf32a to f324d39 Compare July 9, 2025 20:48
@dpebot
Copy link
Collaborator

dpebot commented Jul 9, 2025

/gcbrun

1 similar comment
@kgala2
Copy link
Collaborator

kgala2 commented Jul 11, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-1.x branch from f324d39 to 8d291ea Compare July 11, 2025 20:20
@dpebot
Copy link
Collaborator

dpebot commented Jul 11, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-1.x branch from 8d291ea to 00aa41c Compare July 11, 2025 21:04
@dpebot
Copy link
Collaborator

dpebot commented Jul 11, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-1.x branch from 00aa41c to 8a1c9ad Compare July 11, 2025 21:18
@dpebot
Copy link
Collaborator

dpebot commented Jul 11, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-1.x branch from 8a1c9ad to 85dd31b Compare July 11, 2025 21:29
@dpebot
Copy link
Collaborator

dpebot commented Jul 11, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-1.x branch from 85dd31b to 0c14028 Compare July 11, 2025 21:30
@dpebot
Copy link
Collaborator

dpebot commented Jul 11, 2025

/gcbrun

@kgala2 kgala2 merged commit 81d0299 into GoogleCloudPlatform:main Jul 11, 2025
12 of 13 checks passed
@renovate-bot renovate-bot deleted the renovate/pytest-asyncio-1.x branch July 11, 2025 21:38
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.

3 participants