File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -668,6 +668,7 @@ jobs:
668668 python -m uv pip install pytest
669669 python -m uv pip install pytest-xdist
670670 python -m uv pip install numba
671+ python -m uv pip install psutil
671672 echo ::endgroup::
672673 echo ::group::Run complete test suite
673674 set -o pipefail
@@ -704,7 +705,7 @@ jobs:
704705 SUPPRESSION_FILE="../etc/clang${CLANG_VERSION}-valgrind.supp"
705706 fi
706707
707- valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --gen-suppressions=all --suppressions="${SUPPRESSION_FILE}" --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -sv -ra
708+ valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --gen-suppressions=all --suppressions="${SUPPRESSION_FILE}" --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -sv -ra --ignore=test_leakcheck.py
708709 export RETCODE=+$?
709710 echo ::endgroup: :
710711
You can’t perform that action at this time.
0 commit comments