Skip to content

Commit d2dc00f

Browse files
matthiasdienerinducer
authored andcommitted
allow pass-through of PYTEST_ADDOPTS
1 parent 94a3715 commit d2dc00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-support.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ function prepare_downstream_build()
10131013
edit_requirements_txt_for_downstream_in_subdir
10141014
10151015
# Avoid slow or complicated tests in downstream projects
1016-
export PYTEST_ADDOPTS="-k 'not (slowtest or octave or mpi)'"
1016+
export PYTEST_ADDOPTS+=" -k 'not (slowtest or octave or mpi)'"
10171017
10181018
if [[ "$proj_name" = "mirgecom" ]]; then
10191019
# can't turn off MPI in mirgecom

0 commit comments

Comments
 (0)