8484 CUBLAS_WORKSPACE_CONFIG : :16:8
8585 run : |
8686 pytest -n 1 --max-worker-restart=0 --dist=loadfile \
87- -s -v - k "not Flax and not Onnx" \
87+ -k "not Flax and not Onnx" \
8888 --make-reports=tests_pipeline_${{ matrix.module }}_cuda \
8989 --report-log=tests_pipeline_${{ matrix.module }}_cuda.log \
9090 tests/pipelines/${{ matrix.module }}
@@ -138,7 +138,7 @@ jobs:
138138 CUBLAS_WORKSPACE_CONFIG : :16:8
139139 run : |
140140 pytest -n 1 --max-worker-restart=0 --dist=loadfile \
141- -s -v - k "not Flax and not Onnx" \
141+ -k "not Flax and not Onnx" \
142142 --make-reports=tests_torch_${{ matrix.module }}_cuda \
143143 --report-log=tests_torch_${{ matrix.module }}_cuda.log \
144144 tests/${{ matrix.module }}
@@ -151,7 +151,7 @@ jobs:
151151 CUBLAS_WORKSPACE_CONFIG : :16:8
152152 run : |
153153 pytest -n 1 --max-worker-restart=0 --dist=loadfile \
154- -s -v - -make-reports=examples_torch_cuda \
154+ --make-reports=examples_torch_cuda \
155155 --report-log=examples_torch_cuda.log \
156156 examples/
157157
@@ -198,7 +198,7 @@ jobs:
198198 HF_TOKEN : ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
199199 RUN_COMPILE : yes
200200 run : |
201- pytest -n 1 --max-worker-restart=0 --dist=loadfile -s -v - k "compile" --make-reports=tests_torch_compile_cuda tests/
201+ pytest -n 1 --max-worker-restart=0 --dist=loadfile -k "compile" --make-reports=tests_torch_compile_cuda tests/
202202 - name : Failure short reports
203203 if : ${{ failure() }}
204204 run : cat reports/tests_torch_compile_cuda_failures_short.txt
@@ -293,7 +293,7 @@ jobs:
293293 CUBLAS_WORKSPACE_CONFIG : :16:8
294294 run : |
295295 pytest -n 1 --max-worker-restart=0 --dist=loadfile \
296- -s -v - k "not Flax and not Onnx" \
296+ -k "not Flax and not Onnx" \
297297 --make-reports=tests_torch_minimum_version_cuda \
298298 tests/models/test_modeling_common.py \
299299 tests/pipelines/test_pipelines_common.py \
@@ -531,7 +531,7 @@ jobs:
531531# HF_HOME: /System/Volumes/Data/mnt/cache
532532# HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
533533# run: |
534- # ${CONDA_RUN} pytest -n 1 -s -v - -make-reports=tests_torch_mps \
534+ # ${CONDA_RUN} pytest -n 1 --make-reports=tests_torch_mps \
535535# --report-log=tests_torch_mps.log \
536536# tests/
537537# - name: Failure short reports
@@ -587,7 +587,7 @@ jobs:
587587# HF_HOME: /System/Volumes/Data/mnt/cache
588588# HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
589589# run: |
590- # ${CONDA_RUN} pytest -n 1 -s -v - -make-reports=tests_torch_mps \
590+ # ${CONDA_RUN} pytest -n 1 --make-reports=tests_torch_mps \
591591# --report-log=tests_torch_mps.log \
592592# tests/
593593# - name: Failure short reports
0 commit comments