
Mark the whole Python or Lua test directory as unsupported when the corresponding language is not available.
3 lines
74 B
INI
3 lines
74 B
INI
if 'python' not in config.available_features:
|
|
config.unsupported = True
|