Skip to content

Commit

Permalink
Resolve Global Install Errors (Azure#7642)
Browse files Browse the repository at this point in the history
* swapping all dev_requirements to leverage the non-develop mode. opencensus-tracing will fail if azure-core is installed in dev mode. all the rest of the tests are ok with using non-dev, so this seems to be a good compromise
  • Loading branch information
scbedd authored and yijxie committed Oct 9, 2019
1 parent 325fca8 commit c127ece
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-e ../../../tools/azure-devtools
-e ../../../tools/azure-sdk-tools
-e ../../core/azure-core
../../core/azure-core
aiohttp>=3.0; python_version >= '3.5'
aiodns>=2.0; python_version >= '3.5'
msrest>=0.6.10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-e ../../../tools/azure-sdk-tools
-e ../azure-mgmt-cognitiveservices
-e ../../core/azure-core
../../core/azure-core
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e ../../../tools/azure-sdk-tools
-e ../../core/azure-core
../../core/azure-core
-e ../../storage/azure-storage-blob
../azure-eventhubs
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhubs/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e ../../../tools/azure-sdk-tools
-e ../../core/azure-core
../../core/azure-core
-e ../../identity/azure-identity
-e ../../servicebus/azure-servicebus
docutils>=0.14
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-e ../../core/azure-core
../../core/azure-core
aiohttp;python_full_version>="3.5.2"
typing_extensions>=3.7.2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e ../../core/azure-core
../../core/azure-core
-e ../../../tools/azure-devtools
-e ../../../tools/azure-sdk-tools
-e ../../identity/azure-identity
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-keyvault-keys/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e ../../../tools/azure-devtools
-e ../../core/azure-core
../../core/azure-core
-e ../../identity/azure-identity
-e ../azure-mgmt-keyvault
-e ../../../tools/azure-sdk-tools
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-keyvault-secrets/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e ../../../tools/azure-devtools
-e ../../core/azure-core
../../core/azure-core
-e ../../identity/azure-identity
-e ../azure-mgmt-keyvault
-e ../../../tools/azure-sdk-tools
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-e ../../../tools/azure-devtools
-e ../../../tools/azure-sdk-tools
-e ../../core/azure-core
../../core/azure-core
-e ../../identity/azure-identity
aiohttp>=3.0; python_version >= '3.5'
pytest
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e ../../../tools/azure-devtools
-e ../../../tools/azure-sdk-tools
-e ../../core/azure-core
../../core/azure-core
aiohttp>=3.0; python_version >= '3.5'
pytest
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-e ../../../tools/azure-devtools
-e ../../../tools/azure-sdk-tools
-e ../../core/azure-core
../../core/azure-core
-e ../../identity/azure-identity
aiohttp>=3.0; python_version >= '3.5'
pytest

0 comments on commit c127ece

Please sign in to comment.