test: add another valgrind suppression for Python

This triggers on Fedora 30, even though skip skip the tools options test when
running under valgrind.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-03-28 15:59:16 +10:00
parent 56dfa2f6c0
commit 31d1aa7f28

View file

@ -76,3 +76,9 @@
...
fun:Py_GetProgramFullPath
}
{
python:_PyEval_EvalFrameDefault
Memcheck:Cond
...
fun:_PyEval_EvalFrameDefault
}