File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,8 @@ requests
33# Aiohttp 3.8.6 triggers https://github.com/aio-libs/aiohttp/issues/4581 on pypy for some reasons
44aiohttp<3.8.6 ; platform_python_implementation == "PyPy"
55aiohttp ; platform_python_implementation != "PyPy"
6- opencensus>=0.6.0
7- opencensus-ext-azure
8- opencensus-ext-threading
96-e ../../../tools/azure-sdk-tools
107-e tests/testserver_tests/coretestserver
118pytest-trio
129azure-storage-blob
13- azure-data-tables
10+ azure-data-tables
Original file line number Diff line number Diff line change 3434from rest_client import MockRestClient
3535import sys
3636
37- # If opencensus is loadable while doing these tests, register an empty tracer to avoid this:
38- # https://github.com/census-instrumentation/opencensus-python/issues/442
39- try :
40- from azure .core .tracing .ext .opencensus_span import OpenCensusSpan
41- from opencensus .trace .tracer import Tracer
42-
43- Tracer ()
44- except ImportError :
45- pass
46-
4737
4838def is_port_available (port_num ):
4939 req = urllib .request .Request ("http://localhost:{}/health" .format (port_num ))
You can’t perform that action at this time.
0 commit comments