Skip to content

Commit

Permalink
[Storage] Adjust dev_requirements and tests.yml (#36483)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauzon-msft authored Jul 15, 2024
1 parent 1f7dd2b commit ff24c8a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-e ../../../tools/azure-sdk-tools
../azure-storage-blob
-e ../../core/azure-core
-e ../../identity/azure-identity
-e ../azure-storage-blob
aiohttp>=3.0
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e ../../../tools/azure-sdk-tools
../../core/azure-core
azure-identity
-e ../../core/azure-core
-e ../../identity/azure-identity
azure-mgmt-storage==20.1.0
aiohttp>=3.0
5 changes: 2 additions & 3 deletions sdk/storage/azure-storage-file-datalake/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-e ../../../tools/azure-sdk-tools
../../core/azure-core
../azure-storage-blob
-e ../../core/azure-core
-e ../../identity/azure-identity
-e ../azure-storage-blob
aiohttp>=3.0
adal
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-file-share/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e ../../../tools/azure-sdk-tools
../../core/azure-core
azure-identity
-e ../../core/azure-core
-e ../../identity/azure-identity
-e ../azure-storage-blob
aiohttp>=3.0
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-queue/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e ../../../tools/azure-sdk-tools
../../core/azure-core
azure-identity
-e ../../core/azure-core
-e ../../identity/azure-identity
azure-mgmt-storage==20.1.0
aiohttp>=3.0
4 changes: 1 addition & 3 deletions sdk/storage/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ parameters:
type: object
default:
- azure-storage-blob
- azure-storage-blob-changefeed
- azure-storage-queue
- azure-storage-file-datalake
- azure-storage-file-share
- azure-storage-queue

extends:
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
Expand All @@ -31,7 +30,6 @@ extends:
Selection: sparse
GenerateVMJobs: true
EnvVars:
TEST_MODE: 'RunLiveNoRecord'
AZURE_SKIP_LIVE_RECORDING: 'True'
AZURE_TEST_RUN_LIVE: 'true'
AZURE_SUBSCRIPTION_ID: $(azure-subscription-id)

0 comments on commit ff24c8a

Please sign in to comment.