bolt/deps/llvm-18.1.8/mlir/test/python/dialects/linalg/opdsl/lit.local.cfg
2025-02-14 19:21:04 +01:00

9 lines
365 B
INI

# TODO: This tool requires PyYAML, which is not yet a required build/test
# dependency. Remove this exclusion once it is a required dep.
# Since both lit and the python bindings use the same python interpreter,
# we can just check whether yaml can be imported here and exclude if not.
try:
import yaml
except ModuleNotFoundError:
config.unsupported = True