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

Revert "Temporarily disable conda memory limit, for Pytential Azure"

This reverts commit 9d4700db.
parent 9d4700db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ if [ -d test ]; then
    ulimit -c unlimited

    # 10 GiB should be enough for just about anyone
    # ulimit -m $(python -c 'print(1024*1024*10)')
    ulimit -m $(python -c 'print(1024*1024*10)')

    ${PY_EXE} -m pytest -rw --durations=10 --tb=native  --junitxml=pytest.xml -rxs $TESTABLES