test: suppress Python3 valgrind errors

Running through mesontest also runs parse-hwdb through valgrind and
gives us a bunch of leaks that originate within Python somewhere - we don't
care about those.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-05-08 12:18:51 +10:00
parent 27c9736e27
commit e877fd605c

View file

@ -39,3 +39,9 @@
...
fun:litest_backtrace
}
{
python:PyUnicode_New
Memcheck:Leak
...
obj:/usr/lib*/libpython3*.so*
}