torch-mlir/test/python/onnx_importer/lit.local.cfg

6 lines
116 B
INI

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