File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/http-client-python/generator/test Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ commands =
2020 python ../../../eng/scripts/ci/run_pyright.py -t azure -s " generated" {posargs}
2121
2222 # apiview
23- ; pip install apiview-stub-generator==0.3.12 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
24- ; python ../../../eng/scripts/ci/run_apiview.py -t azure -s "generated" {posargs}
23+ pip install apiview-stub-generator ==0.3.13 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
24+ python ../../../eng/scripts/ci/run_apiview.py -t azure -s " generated" {posargs}
2525
2626[testenv:test]
2727deps =
@@ -52,5 +52,5 @@ commands =
5252deps =
5353 -r requirements.txt
5454commands =
55- pip install apiview-stub-generator ==0.3.12 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
55+ pip install apiview-stub-generator ==0.3.13 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
5656 python ../../../eng/scripts/ci/run_apiview.py -t azure -s " generated" {posargs}
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ commands =
2020 python ../../../eng/scripts/ci/run_pyright.py -t unbranded -s " generated" {posargs}
2121
2222 # apiview
23- ; pip install apiview-stub-generator==0.3.12 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
24- ; python ../../../eng/scripts/ci/run_apiview.py -t unbranded -s "generated" {posargs}
23+ pip install apiview-stub-generator ==0.3.13 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
24+ python ../../../eng/scripts/ci/run_apiview.py -t unbranded -s " generated" {posargs}
2525
2626[testenv:test]
2727deps =
@@ -52,5 +52,5 @@ commands =
5252deps =
5353 -r requirements.txt
5454commands =
55- pip install apiview-stub-generator ==0.3.12 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
55+ pip install apiview-stub-generator ==0.3.13 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
5656 python ../../../eng/scripts/ci/run_apiview.py -t unbranded -s " generated" {posargs}
You can’t perform that action at this time.
0 commit comments