mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-03 04:26:52 +02:00
tests: Don’t run Python tests under Valgrind
The Python runtime is not amenable to Valgrind, and leak checking is a lot less relevant in Python compared to C. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #487
This commit is contained in:
parent
0cc745f6cb
commit
a6ecfeea4c
@ -117,7 +117,7 @@ foreach test_name : python_tests
|
|||||||
python,
|
python,
|
||||||
args: ['-B', files(test_name)],
|
args: ['-B', files(test_name)],
|
||||||
env: test_env,
|
env: test_env,
|
||||||
suite: ['gobject'],
|
suite: ['gobject', 'no-valgrind'],
|
||||||
)
|
)
|
||||||
|
|
||||||
if installed_tests_enabled
|
if installed_tests_enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user