Skip to content

Commit

Permalink
Disable pytest capturing stdout and stderr
Browse files Browse the repository at this point in the history
Revert this commit before merging.
  • Loading branch information
santisoler committed May 16, 2024
1 parent e76b172 commit 58a6d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
source "${HOME}/conda/etc/profile.d/conda.sh"
conda activate simpeg-test
export KMP_WARNINGS=0
pytest ${{ test }} -v --cov-config=.coveragerc --cov=simpeg --cov-report=xml --cov-report=html -W ignore::DeprecationWarning
pytest ${{ test }} -s -v --cov-config=.coveragerc --cov=simpeg --cov-report=xml --cov-report=html -W ignore::DeprecationWarning
displayName: 'Testing ${{ test }}'
- task: PublishPipelineArtifact@1
Expand Down

0 comments on commit 58a6d94

Please sign in to comment.