Skip to content

Commit f56fd91

Browse files
committed
accept all EULAs in easyblock tests
1 parent 69090d9 commit f56fd91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/easyblocks/init_easyblocks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class InitTest(TestCase):
5757
eb_go = eboptions.parse_options()
5858
config.init(eb_go.options, eb_go.get_options_by_section('config'))
5959
build_options = {
60+
'accept_eula_for': '.*',
6061
'suffix_modules_path': GENERAL_CLASS,
6162
'valid_module_classes': config.module_classes(),
6263
'valid_stops': [x[0] for x in EasyBlock.get_steps()],

0 commit comments

Comments
 (0)