411606
diff --git a/meson.build b/meson.build
411606
index c1f40f3..c80fb9d 100644
411606
--- a/meson.build
411606
+++ b/meson.build
411606
@@ -141,7 +141,7 @@ python3_available_modules = []
411606
 
411606
 foreach module, required : python3_test_modules
411606
     if required and run_command(python3, '-c', 'import @0@'.format(module)).returncode() != 0
411606
-        error('Python3 module \'' + module + '\' required by test suite not found')
411606
+        warning('Python3 module \'' + module + '\' required by test suite not found')
411606
     endif
411606
 endforeach
411606