Skip to content

Update dependency pytest-asyncio to v0.20.2 - autoclosed

igswsihw-wmadepbot requested to merge renovate/pytest-asyncio-0.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-asyncio ==0.20.1 -> ==0.20.2 age adoption passing confidence

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

pytest-dev/pytest-asyncio

v0.20.2

Compare Source

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

  • Fixes an issue with async fixtures that are defined as methods on a test class not being rebound to the actual test instance. #&#8203;197 <https://github.com/pytest-dev/pytest-asyncio/issues/197>_
  • Replaced usage of deprecated @pytest.mark.tryfirst with @pytest.hookimpl(tryfirst=True) #&#8203;438 <https://github.com/pytest-dev/pytest-asyncio/pull/438>_

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