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
Some recent dependabot PRs fail because pytest was upgraded to 4.1.0 but pytest-asyncio is still on 0.9.0, which is not compatible with some recent changes. There was a new release of pytest-asyncio this morning (0.10.0) which should fix this.