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:
Родитель
5f33f7d81a
Коммит
95e98be453
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче