Skip to content

Commit 1eef1de

Browse files
committed
re-balance the dependent packages so we don't assign azure-storage-blob to pypy39. disable latestdependency for azure-ai-ml because they have that overridden on the job level
1 parent 8f13dcd commit 1eef1de

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

eng/scripts/get_package_properties.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
additional_pr_triggers: Dict[str, List[str]] = {
1010
"azure-core":[
11-
os.path.join("sdk", "storage", "azure-storage-blob"),
1211
os.path.join("sdk", "servicebus", "azure-servicebus"),
1312
os.path.join("sdk", "eventhub", "azure-eventhub"),
1413
os.path.join("sdk", "tables", "azure-data-table"),
@@ -29,7 +28,8 @@
2928
os.path.join("sdk", "ai", "azure-ai-doctranslation"),
3029
os.path.join("sdk", "compute", "azure-mgmt-compute"),
3130
os.path.join("sdk", "communication", "azure-communication-chat"),
32-
os.path.join("sdk", "communication", "azure-communication-identity")
31+
os.path.join("sdk", "communication", "azure-communication-identity"),
32+
os.path.join("sdk", "storage", "azure-storage-blob")
3333
],
3434
"azure-mgmt-core": [
3535
os.path.join("sdk", "compute", "azure-mgmt-compute"),

sdk/ml/azure-ai-ml/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ type_check_samples = false
55
verifytypes = false
66
pylint = true
77
mindependency = false
8+
latestdependency = false
89

910
[tool.isort]
1011
profile = "black"

0 commit comments

Comments
 (0)