mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01: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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user