Commit af48d7de authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Revert "Add PY_EXTRA_FLAGS to build-and-test-py-project.sh"

This reverts commit 125bd082.
parent 125bd082
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -29,9 +29,7 @@ if [ -d test ]; then
    echo "TESTABLES: $TESTABLES"
    ulimit -c unlimited

    # PY_EXTRA_FLAGS can be used to pass -m mpi4py.run
    # https://mpi4py.readthedocs.io/en/stable/mpi4py.run.html

    ${PY_EXE} ${PY_EXTRA_FLAGS} -m pytest -rw --durations=10 --tb=native  --junitxml=pytest.xml -rxsw $TESTABLES
    # Need to set both _TEST and _CTX because doctests do not use _TEST.
    ${PY_EXE} -m pytest -rw --durations=10 --tb=native  --junitxml=pytest.xml -rxsw $TESTABLES
  fi
fi