File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ jobs:
140140 Pool : ${{ variables.LINUXPOOL }}
141141 OSVmImage : ${{ variables.LINUXVMIMAGE}}
142142 PythonVersion : " 3.10"
143- Windows_Python310 :
144- OSName : " Windows"
145- Pool : ${{ variables.WINDOWSPOOL }}
146- OSVmImage : ${{ variables.WINDOWSVMIMAGE}}
147- PythonVersion : " 3.10"
143+ # Windows_Python310:
144+ # OSName: "Windows"
145+ # Pool: ${{ variables.WINDOWSPOOL }}
146+ # OSVmImage: ${{ variables.WINDOWSVMIMAGE}}
147+ # PythonVersion: "3.10"
148148 Linux_Python311 :
149149 OSName : " Linux"
150150 Pool : ${{ variables.LINUXPOOL }}
@@ -155,11 +155,11 @@ jobs:
155155 Pool : ${{ variables.LINUXPOOL }}
156156 OSVmImage : ${{ variables.LINUXVMIMAGE}}
157157 PythonVersion : " 3.13"
158- Windows_Python313 :
159- OSName : " Windows"
160- Pool : ${{ variables.WINDOWSPOOL }}
161- OSVmImage : ${{ variables.WINDOWSVMIMAGE}}
162- PythonVersion : " 3.13"
158+ # Windows_Python313:
159+ # OSName: "Windows"
160+ # Pool: ${{ variables.WINDOWSPOOL }}
161+ # OSVmImage: ${{ variables.WINDOWSVMIMAGE}}
162+ # PythonVersion: "3.13"
163163
164164 pool :
165165 name : $(Pool)
Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ def _update_content_type_parameter(
748748 param ["language" ]["default" ]["description" ] = description
749749 return param
750750
751- def _update_parameters_helper (
751+ def _update_parameters_helper ( # pylint: disable=too-many-positional-arguments
752752 self ,
753753 parameters : List [Dict [str , Any ]],
754754 body_parameter : Optional [Dict [str , Any ]],
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ commands =
1616
1717[testenv:apiview]
1818commands =
19- pip install apiview-stub-generator ==0.3.19 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
19+ uv pip install apiview-stub-generator ==0.3.19 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
2020 python ../../../../../eng/scripts/run_apiview.py -t azure -g legacy
Original file line number Diff line number Diff line change 1515 -r requirements.txt
1616 -r ../../../../../eng/dev_requirements.txt
1717commands =
18- pip install azure-pylint-guidelines-checker ==0.5.1 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
18+ uv pip install azure-pylint-guidelines-checker ==0.5.2 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
1919 python ../../../../../eng/scripts/run_pylint.py -t azure -g version-tolerant {posargs}
2020
2121[testenv:mypy]
@@ -32,5 +32,5 @@ commands =
3232
3333[testenv:apiview]
3434commands =
35- pip install apiview-stub-generator ==0.3.19 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
35+ uv pip install apiview-stub-generator ==0.3.19 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
3636 python ../../../../../eng/scripts/run_apiview.py -t azure -g version-tolerant {posargs}
Original file line number Diff line number Diff line change 1515 -r requirements.txt
1616 -r ../../../../../eng/dev_requirements.txt
1717commands =
18- pip install azure-pylint-guidelines-checker ==0.5.1 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
18+ uv pip install azure-pylint-guidelines-checker ==0.5.2 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
1919 python ../../../../../eng/scripts/run_pylint.py -t dpg -g version-tolerant {posargs}
2020
2121[testenv:mypy]
@@ -32,5 +32,5 @@ commands =
3232
3333[testenv:apiview]
3434commands =
35- pip install apiview-stub-generator ==0.3.19 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
35+ uv pip install apiview-stub-generator ==0.3.19 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
3636 python ../../../../../eng/scripts/run_apiview.py -t dpg -g version-tolerant
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ commands =
1616
1717[testenv:apiview]
1818commands =
19- pip install apiview-stub-generator ==0.3.19 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
19+ uv pip install apiview-stub-generator ==0.3.19 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
2020 python ../../../../../eng/scripts/run_apiview.py -t vanilla -g legacy
2121
2222[testenv:sphinx]
Original file line number Diff line number Diff line change 1515 -r requirements.txt
1616 -r ../../../../../eng/dev_requirements.txt
1717commands =
18- pip install azure-pylint-guidelines-checker ==0.5.1 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
18+ uv pip install azure-pylint-guidelines-checker ==0.5.2 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
1919 python ../../../../../eng/scripts/run_pylint.py -t vanilla -g version-tolerant {posargs}
2020
2121[testenv:mypy]
@@ -32,5 +32,5 @@ commands =
3232
3333[testenv:apiview]
3434commands =
35- pip install apiview-stub-generator ==0.3.19 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
35+ uv pip install apiview-stub-generator ==0.3.19 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
3636 python ../../../../../eng/scripts/run_apiview.py -t vanilla -g version-tolerant
You can’t perform that action at this time.
0 commit comments