summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-06-27 10:00:56 +0100
committerPhilip Withnall <withnall@endlessm.com>2019-09-02 14:16:33 +0100
commita6ecfeea4c6c0ee5eec1aba47d969d53a3bf99d9 (patch)
tree614960b146da3a756a5d9e1aa2cd74b4d05071cb
parent0cc745f6cbf14e38ce15862fce979bd292f9111f (diff)
downloadglib-a6ecfeea4c6c0ee5eec1aba47d969d53a3bf99d9.tar.gz
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
-rw-r--r--gobject/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/tests/meson.build b/gobject/tests/meson.build
index 35ae4b033..9c6a6e034 100644
--- a/gobject/tests/meson.build
+++ b/gobject/tests/meson.build
@@ -117,7 +117,7 @@ foreach test_name : python_tests
python,
args: ['-B', files(test_name)],
env: test_env,
- suite: ['gobject'],
+ suite: ['gobject', 'no-valgrind'],
)
if installed_tests_enabled