update pytest to 6.2.5 for test runs (#1217)

* update pytest to 6.2.5 for test runs

* Update run-tests.yml
This commit is contained in:
gauravsaralms 2021-10-27 16:32:53 +05:30 коммит произвёл GitHub
Родитель 5f33f7d81a
Коммит 95e98be453
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -13,7 +13,7 @@ steps:
- template: install-azure-cli-edge.yml
- ${{ if eq(parameters.runWithAzureCliReleased, 'true') }}:
- template: install-azure-cli-released.yml
- template: install-azure-cli-edge.yml
- template: download-install-local-azure-test-sdk.yml
@ -35,4 +35,4 @@ steps:
testResultsFormat: 'JUnit'
testResultsFiles: '**TEST-*.xml'
searchFolder: '$(System.DefaultWorkingDirectory)'
condition: succeededOrFailed()
condition: succeededOrFailed()

Просмотреть файл

@ -3,9 +3,9 @@ steps:
displayName: 'Upgrade pip'
- script: pip install wheel==0.30.0
displayName: 'Install Wheel'
- script: pip install pytest==4.6.6
- script: pip install pytest==6.2.5
displayName: 'Install pytest'
- script: pip install coverage
displayName: 'Install coverage'
- script: pip install pytest-cov
displayName: 'Install pytest-cov'
displayName: 'Install pytest-cov'