try:
  import onnx
except ModuleNotFoundError:
  print("Skipping onnx tests.. no onnx")
  config.unsupported = True