Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ae11c commit cda4b5dCopy full SHA for cda4b5d
build/ci/vscode-python-ci.yaml
@@ -160,24 +160,6 @@ stages:
160
TestsToRun: 'testfunctional'
161
NeedsPythonTestReqs: true
162
NeedsPythonFunctionalReqs: true
163
- 'Single Workspace':
164
- TestsToRun: 'testSingleWorkspace'
165
- NeedsPythonTestReqs: true
166
- 'Multi Workspace':
167
- TestsToRun: 'testMultiWorkspace'
168
169
- 'Venv':
170
- TestsToRun: 'venvTests'
171
172
- NeedsIPythonReqs: true
173
- PYTHON_VIRTUAL_ENVS_LOCATION: './src/tmp/envPaths.json'
174
- 'Debugger':
175
- TestsToRun: 'testDebugger'
176
177
- 'Smoke':
178
- TestsToRun: 'testSmoke'
179
180
181
maxParallel: 2
182
pool:
183
vmImage: 'vs2017-win2016'
0 commit comments