Skip to content

Commit ff24c8a

Browse files
[Storage] Adjust dev_requirements and tests.yml (Azure#36483)
1 parent 1f7dd2b commit ff24c8a

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-e ../../../tools/azure-sdk-tools
2-
../azure-storage-blob
2+
-e ../../core/azure-core
33
-e ../../identity/azure-identity
4+
-e ../azure-storage-blob
45
aiohttp>=3.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e ../../../tools/azure-sdk-tools
2-
../../core/azure-core
3-
azure-identity
2+
-e ../../core/azure-core
3+
-e ../../identity/azure-identity
44
azure-mgmt-storage==20.1.0
55
aiohttp>=3.0
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
-e ../../../tools/azure-sdk-tools
2-
../../core/azure-core
3-
../azure-storage-blob
2+
-e ../../core/azure-core
43
-e ../../identity/azure-identity
4+
-e ../azure-storage-blob
55
aiohttp>=3.0
6-
adal
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e ../../../tools/azure-sdk-tools
2-
../../core/azure-core
3-
azure-identity
2+
-e ../../core/azure-core
3+
-e ../../identity/azure-identity
44
-e ../azure-storage-blob
55
aiohttp>=3.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e ../../../tools/azure-sdk-tools
2-
../../core/azure-core
3-
azure-identity
2+
-e ../../core/azure-core
3+
-e ../../identity/azure-identity
44
azure-mgmt-storage==20.1.0
55
aiohttp>=3.0

sdk/storage/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ parameters:
55
type: object
66
default:
77
- azure-storage-blob
8-
- azure-storage-blob-changefeed
9-
- azure-storage-queue
108
- azure-storage-file-datalake
119
- azure-storage-file-share
10+
- azure-storage-queue
1211

1312
extends:
1413
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
@@ -31,7 +30,6 @@ extends:
3130
Selection: sparse
3231
GenerateVMJobs: true
3332
EnvVars:
34-
TEST_MODE: 'RunLiveNoRecord'
3533
AZURE_SKIP_LIVE_RECORDING: 'True'
3634
AZURE_TEST_RUN_LIVE: 'true'
3735
AZURE_SUBSCRIPTION_ID: $(azure-subscription-id)

0 commit comments

Comments
 (0)