File tree Expand file tree Collapse file tree
packages/http-client-python/generator/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ commands =
1010 pytest mock_api_tests ../generic_mock_api_tests
1111
1212 # pylint
13- pip install azure-pylint-guidelines-checker ==0.5.0 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
13+ 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/"
1414 python ../../../eng/scripts/ci/run_pylint.py -t azure -s " generated" {posargs}
1515
1616 # mypy
@@ -33,7 +33,7 @@ commands =
3333deps =
3434 -r requirements.txt
3535commands =
36- pip install azure-pylint-guidelines-checker ==0.5.0 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
36+ 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/"
3737 python ../../../eng/scripts/ci/run_pylint.py -t azure -s " generated" {posargs}
3838
3939[testenv:mypy]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ commands =
1010 pytest mock_api_tests ../generic_mock_api_tests
1111
1212 # pylint
13- pip install azure-pylint-guidelines-checker ==0.5.0 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
13+ 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/"
1414 python ../../../eng/scripts/ci/run_pylint.py -t unbranded -s " generated" {posargs}
1515
1616 # mypy
@@ -33,7 +33,7 @@ commands =
3333deps =
3434 -r requirements.txt
3535commands =
36- pip install azure-pylint-guidelines-checker ==0.5.0 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
36+ 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/"
3737 python ../../../eng/scripts/ci/run_pylint.py -t unbranded -s " generated" {posargs}
3838
3939[testenv:mypy]
You can’t perform that action at this time.
0 commit comments