From 0617e9cf922e363bd7fcbcfe337f1a39be906d3b Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Mon, 25 Apr 2022 18:12:45 +0100 Subject: [PATCH] Use pytest asyncio_mode=strict --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e67096e7..79eeaded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,3 +22,4 @@ testpaths = [ markers = [ 'integration: tests which run servers and try to connect to them' ] +asyncio_mode = 'strict' # 'auto' seems to conflict with pytest-tornasync