diff --git a/scripts/rpcgen/meson.build b/scripts/rpcgen/meson.build index 7a8d505c61..7fb32c0f91 100644 --- a/scripts/rpcgen/meson.build +++ b/scripts/rpcgen/meson.build @@ -3,7 +3,7 @@ subdir('rpcgen') if tests_enabled[0] subdir('tests') - if pytest_prog.found() + if pytest_prog.found() and host_machine.system() != 'darwin' test( 'rpcgen-pytest', python3_prog,