File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 = [
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments