We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a3715 commit d2dc00fCopy full SHA for d2dc00f
1 file changed
ci-support.sh
@@ -1013,7 +1013,7 @@ function prepare_downstream_build()
1013
edit_requirements_txt_for_downstream_in_subdir
1014
1015
# Avoid slow or complicated tests in downstream projects
1016
- export PYTEST_ADDOPTS="-k 'not (slowtest or octave or mpi)'"
+ export PYTEST_ADDOPTS+=" -k 'not (slowtest or octave or mpi)'"
1017
1018
if [[ "$proj_name" = "mirgecom" ]]; then
1019
# can't turn off MPI in mirgecom
0 commit comments