Skip to content

Commit

Permalink
update setup.py and tests.yml per feedback from krista (#17255)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Mar 11, 2021
1 parent e6af37c commit 6ab3798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sdk/template/azure-template/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'License :: OSI Approved :: MIT License',
],
packages=find_packages(exclude=[
Expand Down
3 changes: 2 additions & 1 deletion sdk/template/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ stages:
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
TEST_MODE: 'RunLiveNoRecord'
TEST_MODE: 'RunLiveNoRecord' # use when allowing preparers to create the rgs for you
AZURE_TEST_RUN_LIVE: 'true' # use when utilizing the New-TestResources Script

0 comments on commit 6ab3798

Please sign in to comment.