From e0b626549263db1fdaba322c83726351da16b84f Mon Sep 17 00:00:00 2001 From: VALKIRIA ACUATICA <56233573+valkiriaaquatica@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:10:44 +0200 Subject: [PATCH] add necessary things for testing and excluding aws --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f62616e..221ab71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ src_paths = [ "tests/unit", "tests/integration", ] - +sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "ANSIBLE_CORE", "LOCALFOLDER"] known_third_party = ["botocore", "boto3"] known_ansible_core = ["ansible"] known_ansible_amazon_aws = ["ansible_collections.amazon.aws"]