We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa6a61 commit fb126afCopy full SHA for fb126af
Makefile
@@ -101,6 +101,7 @@ valgrind:
101
102
.PHONY: valgrind-leak
103
valgrind-leak:
104
+ python3 -c "import pytest_valgrind" > /dev/null 2>&1 || python3 -m pip install pytest-valgrind
105
PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp \
106
--leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite \
107
--log-file=/tmp/valgrind-output \
0 commit comments