Skip to content

Commit b555b10

Browse files
authored
Relocate azure-sdk-tools install into dev_requirements where necessary (Azure#16313)
* remove local install of azure-sdk-tools from common location. add to dev_requirements where necessary
1 parent 2b68dcd commit b555b10

File tree

63 files changed

+64
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+64
-29
lines changed

eng/test_tools.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ pylint==1.8.4; python_version < '3.4'
2929
pylint==2.5.2; python_version >= '3.4'
3030

3131
../../../tools/azure-devtools
32-
../../../tools/azure-sdk-tools
3332

3433
# python-dotenv
3534
python-dotenv==0.15.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e ../../../tools/azure-sdk-tools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e ../../../tools/azure-sdk-tools

sdk/appconfiguration/azure-appconfiguration/dev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
-e ../../identity/azure-identity
33
aiohttp>=3.0; python_version >= '3.5'
44
msrest>=0.6.10
5+
-e ../../../tools/azure-sdk-tools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
aiohttp>=3.0; python_version >= '3.5'
2+
-e ../../../tools/azure-sdk-tools
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-e ../../../tools/azure-sdk-tools
2-
msrestazure
2+
msrestazure
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e ../../../tools/azure-sdk-tools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e ../../../tools/azure-sdk-tools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e ../../../tools/azure-sdk-tools
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-e ../../../tools/azure-sdk-tools
22
-e ../azure-mgmt-batch
3-
-e ../../identity/azure-identity
3+
-e ../../identity/azure-identity

0 commit comments

Comments
 (0)