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 1
1
parameters :
2
2
ServiceDirectory : ' '
3
3
TestMarkArgument : ' '
4
- EnvVars : {}
5
4
AdditionalTestArgs : ' '
6
5
7
6
# 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:
11
10
- task : PythonScript@0
12
11
displayName : ' Run Pylint'
13
12
inputs :
14
- scriptPath : ' scripts/devops_tasks/dispatch_tox .py'
13
+ scriptPath : ' eng/ scripts/dispatch_checks .py'
15
14
arguments : >-
16
15
"$(TargetingString)"
17
- --mark_arg="${{ parameters.TestMarkArgument }}"
18
16
--service="${{ parameters.ServiceDirectory }}"
19
- --toxenv="pylint"
20
- --disablecov
17
+ --checks="pylint"
21
18
--filter-type="Omit_management"
22
19
${{ parameters.AdditionalTestArgs }}
23
- env : ${{ parameters.EnvVars }}
20
+ env :
21
+ TOX_PIP_IMPL : " uv"
22
+ VIRTUAL_ENV : " "
23
+ PYTHONHOME : " "
24
24
condition : and(succeededOrFailed(), ne(variables['Skip.Pylint'],'true'))
You can’t perform that action at this time.
0 commit comments