Skip to content

chore(deps): update dependency pytest-asyncio to ^0.20.0 - autoclosed

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

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-asyncio ^0.19.0 -> ^0.20.0 age adoption passing confidence

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, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports