File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
eng/pipelines/templates/steps Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11parameters :
22 ServiceDirectory : ' '
33 TestMarkArgument : ' '
4- EnvVars : {}
54 AdditionalTestArgs : ' '
65
76# Please use `$(TargetingString)` to refer to the python packages glob string. This variable is set from resolve-package-targeting.yml.
@@ -11,14 +10,15 @@ steps:
1110 - task : PythonScript@0
1211 displayName : ' Run Pylint'
1312 inputs :
14- scriptPath : ' scripts/devops_tasks/dispatch_tox .py'
13+ scriptPath : ' eng/ scripts/dispatch_checks .py'
1514 arguments : >-
1615 "$(TargetingString)"
17- --mark_arg="${{ parameters.TestMarkArgument }}"
1816 --service="${{ parameters.ServiceDirectory }}"
19- --toxenv="pylint"
20- --disablecov
17+ --checks="pylint"
2118 --filter-type="Omit_management"
2219 ${{ parameters.AdditionalTestArgs }}
23- env : ${{ parameters.EnvVars }}
20+ env :
21+ TOX_PIP_IMPL : " uv"
22+ VIRTUAL_ENV : " "
23+ PYTHONHOME : " "
2424 condition : and(succeededOrFailed(), ne(variables['Skip.Pylint'],'true'))
You can’t perform that action at this time.
0 commit comments