diff --git a/setup.cfg b/setup.cfg index 841e785..b353904 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