Skip to content

Conversation

@pactflow-renovate-bot
Copy link
Contributor

@pactflow-renovate-bot pactflow-renovate-bot bot commented Sep 16, 2025

This PR contains the following updates:

Package Change Age Confidence
pytest-asyncio (changelog) 1.1.0 -> 1.3.0 age confidence

Release Notes

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

v1.3.0: pytest-asyncio 1.3.0

Compare Source

1.3.0 - 2025-11-10

Removed

Added

Notes for Downstream Packagers

  • Tested Python versions include free threaded Python 3.14t (#​1274)
  • Tests are run in the same pytest process, instead of spawning a subprocess with pytest.Pytester.runpytest_subprocess. This prevents the test suite from accidentally using a system installation of pytest-asyncio, which could result in test errors. (#​1275)

v1.2.0: pytest-asyncio 1.2.0

Compare Source

1.2.0 - 2025-09-12

Added

  • --asyncio-debug CLI option and asyncio_debug configuration option to enable asyncio debug mode for the default event loop. (#​980)
  • A pytest.UsageError for invalid configuration values of asyncio_default_fixture_loop_scope and asyncio_default_test_loop_scope. (#​1189)
  • Compatibility with the Pyright type checker (#​731)

Fixed

  • RuntimeError: There is no current event loop in thread 'MainThread' when any test unsets the event loop (such as when using asyncio.run and asyncio.Runner). (#​1177)
  • Deprecation warning when decorating an asynchronous fixture with @pytest.fixture in [strict]{.title-ref} mode. The warning message now refers to the correct package. (#​1198)

Notes for Downstream Packagers

  • Bump the minimum required version of tox to v4.28. This change is only relevant if you use the tox.ini file provided by pytest-asyncio to run tests.
  • Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.

v1.1.1: pytest-asyncio 1.1.1

Compare Source

v1.1.1 - 2025-09-12

Notes for Downstream Packagers

- Addresses a build problem with setuptoos-scm >= 9 caused by invalid setuptools-scm configuration in pytest-asyncio. (#​1192)


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 renovate/pytest-asyncio-1.x branch from f749cb9 to 9b4ec5e Compare September 16, 2025 08:39
@pactflow-renovate-bot pactflow-renovate-bot bot changed the title chore(deps): update dependency pytest-asyncio to v1.1.1 chore(deps): update dependency pytest-asyncio to v1.2.0 Sep 16, 2025
@pactflow-renovate-bot pactflow-renovate-bot bot force-pushed the renovate/pytest-asyncio-1.x branch from 9b4ec5e to b59e205 Compare November 14, 2025 16:24
@pactflow-renovate-bot pactflow-renovate-bot bot changed the title chore(deps): update dependency pytest-asyncio to v1.2.0 chore(deps): update dependency pytest-asyncio to v1.3.0 Nov 14, 2025
@pactflow-renovate-bot pactflow-renovate-bot bot force-pushed the renovate/pytest-asyncio-1.x branch from b59e205 to 8e6be18 Compare November 18, 2025 04:04
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