6 lines
189 B
INI
6 lines
189 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']
|