Loading build-and-test-py-project-within-miniconda.sh +1 −4 Original line number Diff line number Diff line Loading @@ -36,12 +36,9 @@ if [ -d test ]; then # 10 GiB should be enough for just about anyone ulimit -m $(python -c 'print(1024*1024*10)') ${PY_EXE} -m pytest -rw --durations=10 --tb=native -rxs $TESTABLES ${PY_EXE} -m pytest -rw --durations=10 --tb=native --junitxml=pytest.xml -rxs $TESTABLES # Avoid https://github.com/pytest-dev/pytest/issues/754: # add --tb=native # Avoid https://github.com/pytest-dev/pytest/issues/785: # omit --junitxml=pytest.xml fi fi Loading
build-and-test-py-project-within-miniconda.sh +1 −4 Original line number Diff line number Diff line Loading @@ -36,12 +36,9 @@ if [ -d test ]; then # 10 GiB should be enough for just about anyone ulimit -m $(python -c 'print(1024*1024*10)') ${PY_EXE} -m pytest -rw --durations=10 --tb=native -rxs $TESTABLES ${PY_EXE} -m pytest -rw --durations=10 --tb=native --junitxml=pytest.xml -rxs $TESTABLES # Avoid https://github.com/pytest-dev/pytest/issues/754: # add --tb=native # Avoid https://github.com/pytest-dev/pytest/issues/785: # omit --junitxml=pytest.xml fi fi