From 9c8f0228b8b0a05b0c376b66c01bd99d9b2006d4 Mon Sep 17 00:00:00 2001 From: Chinmay Sonawane Date: Thu, 2 Jan 2025 21:18:31 +0530 Subject: [PATCH] fixed pytest scope warning (#251) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 841e785f..b353904f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,7 @@ universal=1 minversion = 6.0 addopts = --cov=./notion_client --cov-report=term-missing --cov-report=xml --cov-report=html asyncio_mode = auto +asyncio_default_fixture_loop_scope = function [flake8] max-line-length = 89