Skip to content

Commit b199764

Browse files
committed
run tests verbosely
1 parent 25884c4 commit b199764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ outputs:
480480
- export OMP_NUM_THREADS=2 # [unix]
481481
# reduced paralellism to avoid OOM; test only one python version on aarch because emulation is super-slow
482482
# disable hypothesis because it randomly yields health check errors
483-
- python -m pytest -n 2 {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 # [unix and (not aarch64 or py==312)]
483+
- python -m pytest -n 2 -v {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 # [unix and (not aarch64 or py==312)]
484484
- python -m pytest -v -s {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 # [win]
485485

486486
# regression test for https://github.com/conda-forge/pytorch-cpu-feedstock/issues/329, where we picked up

0 commit comments

Comments
 (0)