From 8582094cc56d017fa54408abbbec8391b2fa561d Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Sun, 6 Oct 2024 07:28:33 -0600 Subject: [PATCH] chore: set pytest asyncio fixture loop scope --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index dda2de3..b3b69a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ filterwarnings = [ "ignore:inheritance class OAuth2Client from ClientSession is discouraged:DeprecationWarning", # https://github.com/VITObelgium/aiohttp-oauth2-client/issues/1 "ignore:datetime.datetime.utcnow.*:DeprecationWarning:botocore", # https://github.com/boto/boto3/issues/3889 ] +asyncio_default_fixture_loop_scope = "function" [tool.ruff.lint] select = ["F", "E", "W", "I", "ERA", "RUF", "D"]