Open jfgrimm opened 5 months ago
Experience from trying to change testinstall
to install_for_test
in PythonPackage used by PythonBundle:
self.cfg['exts_default_options'][key] = self.cfg[key]
with key = install_for_test
__get_item__
changes the key to testinstall
We should go through all the easyblocks to check what custom parameters they define, and ensure those also adhere to our naming policy (see https://github.com/easybuilders/easybuild-framework/issues/4563)