Skip to content

Commit 23b2031

Browse files
committed
run tests verbosely
1 parent da4043e commit 23b2031

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
@@ -496,7 +496,7 @@ outputs:
496496
{% set jobs = "-n 1" %} # [linux64 and cuda_compiler_version != "None"]
497497
# test only one python version on aarch because emulation is super-slow;
498498
# disable hypothesis because it randomly yields health check errors
499-
- pytest {{ jobs }} {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 --disable-warnings # [not aarch64 or py==312]
499+
- pytest {{ jobs }} -v {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 --disable-warnings # [not aarch64 or py==312]
500500

501501
# regression test for https://github.com/conda-forge/pytorch-cpu-feedstock/issues/329, where we picked up
502502
# duplicate `.pyc` files due to newest py-ver (3.13) in the build environment not matching the one in host;

0 commit comments

Comments
 (0)