Skip to content

Commit fcdd2a1

Browse files
committed
update
1 parent e76d522 commit fcdd2a1

7 files changed

Lines changed: 19 additions & 19 deletions

File tree

eng/pipelines/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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)

packages/autorest.python/autorest/m4reformatter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]],

packages/autorest.python/test/azure/legacy/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ commands =
1616

1717
[testenv:apiview]
1818
commands =
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

packages/autorest.python/test/azure/version-tolerant/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps=
1515
-r requirements.txt
1616
-r ../../../../../eng/dev_requirements.txt
1717
commands =
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]
3434
commands =
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}

packages/autorest.python/test/dpg/version-tolerant/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps=
1515
-r requirements.txt
1616
-r ../../../../../eng/dev_requirements.txt
1717
commands =
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]
3434
commands =
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

packages/autorest.python/test/vanilla/legacy/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commands =
1616

1717
[testenv:apiview]
1818
commands =
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]

packages/autorest.python/test/vanilla/version-tolerant/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps=
1515
-r requirements.txt
1616
-r ../../../../../eng/dev_requirements.txt
1717
commands =
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]
3434
commands =
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

0 commit comments

Comments
 (0)