You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[refactor] Introduced new item type "AsyncStaticMethod" which represents a coroutine or async generator to which a @staticmethod decorator was applied.
Pytest unbinds staticmethods, so unbound async staticmethods need special treatment by pytest-asyncio.
Signed-off-by: Michael Seifert <[email protected]>
0 commit comments