Skip to content

Update dependency pytest-asyncio to v0.20.1 (develop)

RenovateBot requested to merge renovate/develop-pytest-asyncio-0.x into develop

This MR contains the following updates:

Package Type Update Change
pytest-asyncio dev-dependencies minor ==0.19.0 -> ==0.20.1

Release Notes

pytest-dev/pytest-asyncio

v0.20.1

Compare Source

=================

  • Fixes an issue that warned about using an old version of pytest, even though the most recent version was installed. #&#8203;430 <https://github.com/pytest-dev/pytest-asyncio/issues/430>_

v0.20.0

Compare Source

=================

  • BREAKING: Removed legacy mode. If you're upgrading from v0.19 and you haven't configured asyncio_mode = legacy, you can upgrade without taking any additional action. If you're upgrading from an earlier version or you have explicitly enabled legacy mode, you need to switch to auto or strict mode before upgrading to this version.
  • Deprecate use of pytest v6.
  • Fixed an issue which prevented fixture setup from being cached. #&#8203;404 <https://github.com/pytest-dev/pytest-asyncio/pull/404>_

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports