We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69090d9 commit f56fd91Copy full SHA for f56fd91
test/easyblocks/init_easyblocks.py
@@ -57,6 +57,7 @@ class InitTest(TestCase):
57
eb_go = eboptions.parse_options()
58
config.init(eb_go.options, eb_go.get_options_by_section('config'))
59
build_options = {
60
+ 'accept_eula_for': '.*',
61
'suffix_modules_path': GENERAL_CLASS,
62
'valid_module_classes': config.module_classes(),
63
'valid_stops': [x[0] for x in EasyBlock.get_steps()],
0 commit comments