make PythonPackage easyblock compatible with --module-only#884
make PythonPackage easyblock compatible with --module-only#884boegel merged 3 commits intoeasybuilders:developfrom
Conversation
|
@wpoely86 please review |
|
Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1878/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
👍 |
|
(open/close to trigger Travis testing this too, apparently that's one of the go-to ways... :-/) |
|
Easyblocks unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1938/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Easyblocks unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1939/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1943/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
updated PR was tested by Travis (cfr. https://travis-ci.org/hpcugent/easybuild-easyblocks/builds/126192549), but 'notification' is not making it back for some reason... anyway, going in :) |
When using
--module-only, theconfigure_stepis skipped, resulting inself.python_cmdnot being defined.This leads to an error like:
This patch fixes the issue.