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:
668
668
python -m uv pip install pytest
669
669
python -m uv pip install pytest-xdist
670
670
python -m uv pip install numba
671
+ python -m uv pip install psutil
671
672
echo ::endgroup::
672
673
echo ::group::Run complete test suite
673
674
set -o pipefail
@@ -704,7 +705,7 @@ jobs:
704
705
SUPPRESSION_FILE="../etc/clang${CLANG_VERSION}-valgrind.supp"
705
706
fi
706
707
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
708
709
export RETCODE=+$?
709
710
echo ::endgroup: :
710
711
You can’t perform that action at this time.
0 commit comments