Skip to content

Commit ae64f85

Browse files
committed
ensure 'silence_deprecation_warnings' build option is correctly set in tests
1 parent b6a079a commit ae64f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/utilities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ def init_config(args=None, build_options=None, with_include=True):
435435
'extended_dry_run': False,
436436
'external_modules_metadata': ConfigObj(),
437437
'local_var_naming_check': 'error',
438+
'silence_deprecation_warnings': eb_go.options.silence_deprecation_warnings,
438439
'suffix_modules_path': GENERAL_CLASS,
439440
'valid_module_classes': module_classes(),
440441
'valid_stops': [x[0] for x in EasyBlock.get_steps()],

0 commit comments

Comments
 (0)