We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e08f8 commit 499ac59Copy full SHA for 499ac59
.builders/scripts/files_to_remove.toml
@@ -16,7 +16,7 @@ excluded_paths = [
16
"gssapi/**/py.typed",
17
18
# --- Tests ---
19
-
+
20
"idlelib/idle_test/",
21
"bs4/tests/",
22
"Cryptodome/SelfTest/",
@@ -42,4 +42,18 @@ excluded_paths = [
42
"vertica_python/tests/",
43
"websocket/tests/",
44
"win32com/test/",
45
46
+ # --- Botocore ---
47
+ "botocore/data/*",
48
+ # We use sts in several integrations for assuming roles:
49
+ # - amazon_msk
50
+ # - postres
51
+ # - mysql
52
+ "!botocore/data/sts",
53
+ # amazon_msk also needs the kafka client.
54
+ "!botocore/data/kafka",
55
+ # postgres and mysql also need the rds.
56
+ "!botocore/data/rds",
57
+ # Riakcs integration monitors s3.
58
+ "!botocore/data/s3",
59
]
0 commit comments