We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c00c9c commit efcbcedCopy full SHA for efcbced
tests/instrumentation/azure_tests.py
@@ -43,6 +43,7 @@
43
azurefile = pytest.importorskip("azure.storage.fileshare")
44
pytestmark = [pytest.mark.azurestorage]
45
46
+
47
from azure.cosmosdb.table.tableservice import TableService
48
from azure.data.tables import TableServiceClient as DataTableServiceClient
49
from azure.storage.blob import BlobServiceClient
tests/requirements/reqs-azure-newest.txt
@@ -2,4 +2,5 @@ azure-storage-blob
2
azure-storage-queue
3
azure-data-tables
4
azure-storage-file-share
5
--r reqs-base.txt
+azure-cosmosdb-table
6
+-r reqs-base.txt
0 commit comments