Skip to content

Commit

Permalink
[cognitivelanguage] remove unused test dependency (#25869)
Browse files Browse the repository at this point in the history
* remove unused test dependency

* remove import
  • Loading branch information
kristapratico authored Aug 25, 2022
1 parent 03faec0 commit dc202f9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
-e ../../../tools/azure-devtools
../../core/azure-core
-e ../../identity/azure-identity
-e ../../cognitiveservices/azure-mgmt-cognitiveservices
aiohttp>=3.0
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
FakeResource,
ResourceGroupPreparer,
)
from devtools_testutils.cognitiveservices_testcase import CognitiveServicesAccountPreparer
from azure_devtools.scenario_tests import ReplayableTest


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
-e ../../../tools/azure-sdk-tools
../../core/azure-core
-e ../../../tools/azure-devtools
-e ../../cognitiveservices/azure-mgmt-cognitiveservices
-e ../../identity/azure-identity
aiohttp>=3.0
../../nspkg/azure-ai-nspkg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
FakeResource,
ResourceGroupPreparer,
)
from devtools_testutils.cognitiveservices_testcase import CognitiveServicesAccountPreparer
from azure_devtools.scenario_tests import ReplayableTest

from azure.ai.language.questionanswering import QuestionAnsweringClient
Expand Down

0 comments on commit dc202f9

Please sign in to comment.