We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
breaking
azpysdk
tox
1 parent cef6368 commit 5c989a4Copy full SHA for 5c989a4
eng/pipelines/templates/steps/run_breaking_changes.yml
@@ -8,13 +8,16 @@ steps:
8
- task: PythonScript@0
9
displayName: 'Run Breaking Changes'
10
inputs:
11
- scriptPath: 'scripts/devops_tasks/dispatch_tox.py'
+ scriptPath: 'eng/scripts/dispatch_checks.py'
12
arguments: >-
13
"$(TargetingString)"
14
--mark_arg="${{ parameters.TestMarkArgument }}"
15
--service="${{ parameters.ServiceDirectory }}"
16
- --toxenv="breaking"
+ --checks="breaking"
17
--disable-compatibility-filter
18
--disablecov
19
- env: ${{ parameters.EnvVars }}
+ env:
20
+ TOX_PIP_IMPL: "uv"
21
+ VIRTUAL_ENV: ""
22
+ PYTHONHOME: ""
23
condition: and(succeededOrFailed(), ne(variables['Skip.BreakingChanges'],'true'))
0 commit comments