Skip to content

Commit 95e98be

Browse files
update pytest to 6.2.5 for test runs (#1217)
* update pytest to 6.2.5 for test runs * Update run-tests.yml
1 parent 5f33f7d commit 95e98be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.azure-pipelines/templates/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
- template: install-azure-cli-edge.yml
1414

1515
- ${{ if eq(parameters.runWithAzureCliReleased, 'true') }}:
16-
- template: install-azure-cli-released.yml
16+
- template: install-azure-cli-edge.yml
1717

1818
- template: download-install-local-azure-test-sdk.yml
1919

@@ -35,4 +35,4 @@ steps:
3535
testResultsFormat: 'JUnit'
3636
testResultsFiles: '**TEST-*.xml'
3737
searchFolder: '$(System.DefaultWorkingDirectory)'
38-
condition: succeededOrFailed()
38+
condition: succeededOrFailed()

.azure-pipelines/templates/setup-ci-machine.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ steps:
33
displayName: 'Upgrade pip'
44
- script: pip install wheel==0.30.0
55
displayName: 'Install Wheel'
6-
- script: pip install pytest==4.6.6
6+
- script: pip install pytest==6.2.5
77
displayName: 'Install pytest'
88
- script: pip install coverage
99
displayName: 'Install coverage'
1010
- script: pip install pytest-cov
11-
displayName: 'Install pytest-cov'
11+
displayName: 'Install pytest-cov'

0 commit comments

Comments
 (0)