@@ -85,15 +85,15 @@ const scenarios: TestScenario[] = [
85
85
dependencyManager : 'npm' ,
86
86
vscodeMinimum : '1.50.0' ,
87
87
} ,
88
- {
89
- runtime : 'python3.7' ,
90
- displayName : 'python3.7 (ZIP)' ,
91
- path : 'hello_world/app.py' ,
92
- debugSessionType : 'python' ,
93
- language : 'python' ,
94
- dependencyManager : 'pip' ,
95
- vscodeMinimum : '1.50.0' ,
96
- } ,
88
+ // {
89
+ // runtime: 'python3.7',
90
+ // displayName: 'python3.7 (ZIP)',
91
+ // path: 'hello_world/app.py',
92
+ // debugSessionType: 'python',
93
+ // language: 'python',
94
+ // dependencyManager: 'pip',
95
+ // vscodeMinimum: '1.50.0',
96
+ // },
97
97
// {
98
98
// runtime: 'python3.8',
99
99
// displayName: 'python3.8 (ZIP)',
@@ -182,16 +182,16 @@ const scenarios: TestScenario[] = [
182
182
dependencyManager : 'npm' ,
183
183
vscodeMinimum : '1.50.0' ,
184
184
} ,
185
- {
186
- runtime : 'python3.7' ,
187
- displayName : 'python3.7 (Image)' ,
188
- baseImage : `amazon/python3.7-base` ,
189
- path : 'hello_world/app.py' ,
190
- debugSessionType : 'python' ,
191
- language : 'python' ,
192
- dependencyManager : 'pip' ,
193
- vscodeMinimum : '1.50.0' ,
194
- } ,
185
+ // {
186
+ // runtime: 'python3.7',
187
+ // displayName: 'python3.7 (Image)',
188
+ // baseImage: `amazon/python3.7-base`,
189
+ // path: 'hello_world/app.py',
190
+ // debugSessionType: 'python',
191
+ // language: 'python',
192
+ // dependencyManager: 'pip',
193
+ // vscodeMinimum: '1.50.0',
194
+ // },
195
195
// {
196
196
// runtime: 'python3.8',
197
197
// displayName: 'python3.8 (Image)',
0 commit comments