box / flaky

Plugin for nose or pytest that automatically reruns flaky tests.
Apache License 2.0
377 stars 60 forks source link

Fix flaky tests with asyncio #179

Closed wjsi closed 3 years ago

wjsi commented 3 years ago

Make sure we always use a new event loop when rerun an asyncio test.

Fixes #166

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

wjsi commented 3 years ago

Better to fix in pytest-asyncio.

heliping commented 3 years ago

waiting for pytest-asyncio