bolt/deps/llvm-18.1.8/mlir/test/python/dialects/linalg/opdsl/lit.local.cfg

10 lines
365 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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