Skip to content

Commit 6ab3798

Browse files
authored
update setup.py and tests.yml per feedback from krista (#17255)
1 parent e6af37c commit 6ab3798

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sdk/template/azure-template/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
'Programming Language :: Python :: 2',
4949
'Programming Language :: Python :: 2.7',
5050
'Programming Language :: Python :: 3',
51-
'Programming Language :: Python :: 3.4',
52-
'Programming Language :: Python :: 3.5',
5351
'Programming Language :: Python :: 3.6',
5452
'Programming Language :: Python :: 3.7',
53+
'Programming Language :: Python :: 3.8',
54+
'Programming Language :: Python :: 3.9',
5555
'License :: OSI Approved :: MIT License',
5656
],
5757
packages=find_packages(exclude=[

sdk/template/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ stages:
1111
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
1212
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
1313
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
14-
TEST_MODE: 'RunLiveNoRecord'
14+
TEST_MODE: 'RunLiveNoRecord' # use when allowing preparers to create the rgs for you
15+
AZURE_TEST_RUN_LIVE: 'true' # use when utilizing the New-TestResources Script

0 commit comments

Comments
 (0)