Update dependency pytest-asyncio to v0.20.2 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
pytest-asyncio |
==0.20.1 -> ==0.20.2
|
⚠ 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
=================
- Fixes an issue with async fixtures that are defined as methods on a test class not being rebound to the actual test instance.
#​197 <https://github.com/pytest-dev/pytest-asyncio/issues/197>
_ - Replaced usage of deprecated
@pytest.mark.tryfirst
with@pytest.hookimpl(tryfirst=True)
#​438 <https://github.com/pytest-dev/pytest-asyncio/pull/438>
_
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.