@@ -103,15 +103,15 @@ const scenarios: TestScenario[] = [
103
103
dependencyManager : 'pip' ,
104
104
vscodeMinimum : '1.50.0' ,
105
105
} ,
106
- {
107
- runtime : 'python3.8' ,
108
- displayName : 'python3.8 (ZIP)' ,
109
- path : 'hello_world/app.py' ,
110
- debugSessionType : 'python' ,
111
- language : 'python' ,
112
- dependencyManager : 'pip' ,
113
- vscodeMinimum : '1.50.0' ,
114
- } ,
106
+ // {
107
+ // runtime: 'python3.8',
108
+ // displayName: 'python3.8 (ZIP)',
109
+ // path: 'hello_world/app.py',
110
+ // debugSessionType: 'python',
111
+ // language: 'python',
112
+ // dependencyManager: 'pip',
113
+ // vscodeMinimum: '1.50.0',
114
+ // },
115
115
// TODO: Add Python3.9 support to integration test hosts
116
116
// {
117
117
// runtime: 'python3.9',
@@ -211,16 +211,16 @@ const scenarios: TestScenario[] = [
211
211
dependencyManager : 'pip' ,
212
212
vscodeMinimum : '1.50.0' ,
213
213
} ,
214
- {
215
- runtime : 'python3.8' ,
216
- displayName : 'python3.8 (Image)' ,
217
- baseImage : `amazon/python3.8-base` ,
218
- path : 'hello_world/app.py' ,
219
- debugSessionType : 'python' ,
220
- language : 'python' ,
221
- dependencyManager : 'pip' ,
222
- vscodeMinimum : '1.50.0' ,
223
- } ,
214
+ // {
215
+ // runtime: 'python3.8',
216
+ // displayName: 'python3.8 (Image)',
217
+ // baseImage: `amazon/python3.8-base`,
218
+ // path: 'hello_world/app.py',
219
+ // debugSessionType: 'python',
220
+ // language: 'python',
221
+ // dependencyManager: 'pip',
222
+ // vscodeMinimum: '1.50.0',
223
+ // },
224
224
// TODO: Add Python3.9 support to integration test hosts
225
225
// {
226
226
// runtime: 'python3.9',
0 commit comments