1if 'system-darwin' not in config.available_features: 2 config.unsupported = True 3 4config.environment["LLDB_APPLE_DSYMFORUUID_EXECUTABLE"] = "" 5 6# Temporary parallel image loading deadlock workaround 7config.environment["NO_PARALLEL_IMG_LOADING"] = "" 8