Update dependency pytest-asyncio to v1.2.0 #251

Merged
profitroll merged 1 commits from renovate/pytest-asyncio-1.x into dev 2025-09-12 15:11:04 +03:00
Collaborator

This PR contains the following updates:

Package Update Change
pytest-asyncio (changelog) minor ==1.1.0 -> ==1.2.0

Release Notes

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

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 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) ([changelog](https://pytest-asyncio.readthedocs.io/en/latest/reference/changelog.html)) | minor | `==1.1.0` -> `==1.2.0` | --- ### Release Notes <details> <summary>pytest-dev/pytest-asyncio (pytest-asyncio)</summary> ### [`v1.2.0`](https://github.com/pytest-dev/pytest-asyncio/releases/tag/v1.2.0): pytest-asyncio 1.2.0 [Compare Source](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.1...v1.2.0) ### [1.2.0](https://github.com/pytest-dev/pytest-asyncio/tree/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. ([#&#8203;980](https://github.com/pytest-dev/pytest-asyncio/issues/980)) - A `pytest.UsageError` for invalid configuration values of `asyncio_default_fixture_loop_scope` and `asyncio_default_test_loop_scope`. ([#&#8203;1189](https://github.com/pytest-dev/pytest-asyncio/issues/1189)) - Compatibility with the Pyright type checker ([#&#8203;731](https://github.com/pytest-dev/pytest-asyncio/issues/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`). ([#&#8203;1177](https://github.com/pytest-dev/pytest-asyncio/issues/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. ([#&#8203;1198](https://github.com/pytest-dev/pytest-asyncio/issues/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`](https://github.com/pytest-dev/pytest-asyncio/releases/tag/v1.1.1): pytest-asyncio 1.1.1 [Compare Source](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.1.1) ### [v1.1.1](https://github.com/pytest-dev/pytest-asyncio/tree/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. ([#&#8203;1192](https://github.com/pytest-dev/pytest-asyncio/issues/1192)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
Renovate added 1 commit 2025-09-12 10:16:39 +03:00
Update dependency pytest-asyncio to v1.1.1
All checks were successful
Analysis / SonarCloud (pull_request) Successful in 51s
Tests / Build and Test (3.11) (pull_request) Successful in 1m25s
Tests / Build and Test (3.12) (pull_request) Successful in 1m23s
Tests / Build and Test (3.13) (pull_request) Successful in 1m16s
70f97a5604
Renovate force-pushed renovate/pytest-asyncio-1.x from 70f97a5604 to 9f678696cd 2025-09-12 11:19:38 +03:00 Compare
Renovate changed title from Update dependency pytest-asyncio to v1.1.1 to Update dependency pytest-asyncio to v1.2.0 2025-09-12 11:19:40 +03:00
profitroll merged commit 9265883e3b into dev 2025-09-12 15:11:04 +03:00
Sign in to join this conversation.
No description provided.