Skip to content

Commit 556fa23

Browse files
authored
[python] open apiview check in CI (microsoft#5655)
1 parent 4b7c6f2 commit 556fa23

File tree

2 files changed

+6
-6
lines changed
  • packages/http-client-python/generator/test

2 files changed

+6
-6
lines changed

packages/http-client-python/generator/test/azure/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]
2727
deps=
@@ -52,5 +52,5 @@ commands =
5252
deps=
5353
-r requirements.txt
5454
commands =
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}

packages/http-client-python/generator/test/unbranded/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]
2727
deps=
@@ -52,5 +52,5 @@ commands =
5252
deps=
5353
-r requirements.txt
5454
commands =
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}

0 commit comments

Comments
 (0)