Skip to content

Commit eaf9619

Browse files
committed
use the same pytest invocation everywhere
1 parent 04e1437 commit eaf9619

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

recipe/meta.yaml

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

492491
# regression test for https://github.com/conda-forge/pytorch-cpu-feedstock/issues/329, where we picked up
493492
# 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)