-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Labels
Milestone
Description
EasyBlocks that make use of the function check_accepted_eula (easybuilders/easybuild-framework#3535) will fail in the Unit tests, because the EULA is not accepted. This is the case for #2295
One possible solution would be to set the environment variable EASYBUILD_ACCEPT_EULA for that specific EasyBlock in the Unit test.
Another possible solution would be to include in accept_eula = True in the Dummy easyconfig file, e.g. here
| 'sources = []', |
Another possible solution would be to skip the check_accepted_eula function for --module-only.
CC @boegel