Skip to content

chore(deps): update dependency pytest-asyncio to v0.26.0 #12

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
merged 1 commit into from
Apr 4, 2025

Conversation

pactflow-renovate-bot[bot]
Copy link
Contributor

@pactflow-renovate-bot pactflow-renovate-bot bot commented Feb 19, 2025

This PR contains the following updates:

Package Type Update Change
pytest-asyncio (changelog) dev-dependencies minor 0.24.0 -> 0.26.0

Release Notes

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

v0.26.0: pytest-asyncio 0.26.0

Compare Source

  • Adds configuration option that sets default event loop scope for all tests #​793
  • Improved type annotations for pytest_asyncio.fixture #​1045
  • Added typing-extensions as additional dependency for Python <3.10 #​1045

v0.25.3: pytest-asyncio 0.25.3

Compare Source

  • Avoid errors in cleanup of async generators when event loop is already closed #​1040

v0.25.2: pytest-asyncio 0.25.2

Compare Source

  • Call loop.shutdown_asyncgens() before closing the event loop to ensure async generators are closed in the same manner as asyncio.run does #​1034

v0.25.1: pytest-asyncio 0.25.1

Compare Source

  • Fixes an issue that caused a broken event loop when a function-scoped test was executed in between two tests with wider loop scope #​950
  • Improves test collection speed in auto mode #​1020
  • Corrects the warning that is emitted upon redefining the event_loop fixture

v0.25.0: pytest-asyncio 0.25.0

Compare Source

0.25.0 (2024-12-13)

  • Deprecated: Added warning when asyncio test requests async @pytest.fixture in strict mode. This will become an error in a future version of flake8-asyncio. #​979
  • Updates the error message about pytest.mark.asyncio's scope keyword argument to say loop_scope instead. #​1004
  • Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope #​990
  • Propagates contextvars set in async fixtures to other fixtures and tests on Python 3.11 and above. #​1008

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

@pactflow-renovate-bot pactflow-renovate-bot bot force-pushed the gh-renovate/pytest-asyncio-0.x branch from 4be51c2 to 49e96db Compare February 19, 2025 22:23
@pactflow-renovate-bot pactflow-renovate-bot bot changed the title chore(deps): update dependency pytest-asyncio to ^0.25.0 chore(deps): update dependency pytest-asyncio to v0.25.3 Feb 19, 2025
@pactflow-renovate-bot pactflow-renovate-bot bot force-pushed the gh-renovate/pytest-asyncio-0.x branch from 49e96db to 92a615c Compare March 4, 2025 04:15
@pactflow-renovate-bot pactflow-renovate-bot bot force-pushed the gh-renovate/pytest-asyncio-0.x branch from 92a615c to e0eeaca Compare April 4, 2025 07:16
@pactflow-renovate-bot pactflow-renovate-bot bot changed the title chore(deps): update dependency pytest-asyncio to v0.25.3 chore(deps): update dependency pytest-asyncio to v0.26.0 Apr 4, 2025
@JP-Ellis JP-Ellis merged commit 0a5f4cc into main Apr 4, 2025
3 of 4 checks passed
@pactflow-renovate-bot pactflow-renovate-bot bot deleted the gh-renovate/pytest-asyncio-0.x branch April 4, 2025 23:15
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