Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pytest to 6.2.5 for test runs #1217

Merged
merged 2 commits into from
Oct 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .azure-pipelines/templates/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -35,4 +35,4 @@ steps:
testResultsFormat: 'JUnit'
testResultsFiles: '**TEST-*.xml'
searchFolder: '$(System.DefaultWorkingDirectory)'
condition: succeededOrFailed()
condition: succeededOrFailed()
4 changes: 2 additions & 2 deletions .azure-pipelines/templates/setup-ci-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'