5 lines
191 B
INI
5 lines
191 B
INI
if not config.build_examples or sys.platform in ["win32"]:
|
|
config.unsupported = True
|
|
|
|
# Test discovery should ignore subdirectories that contain test inputs.
|
|
config.excludes = ["Inputs"]
|