-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cylc set
: set success pathway outputs if none specified and no required outputs
#6570
base: master
Are you sure you want to change the base?
Conversation
Why not use |
This is to make the default behaviour of |
@@ -27,6 +27,7 @@ addopts = --verbose | |||
# disable pytest-tornasync because it conflicts with pytest-asyncio's auto mode | |||
-p no:tornado | |||
-m "not linkcheck" | |||
verbosity_assertions = 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This makes pytest show full diffs without all the extra junk that comes from running with -vv
. I find the truncated diffs that pytest shows by default to be difficult to understand.)
LGTM, needs some docs in |
Supersedes #6505
Make it emit the success pathway outputs, kind of like how skip mode works, which would be
a:succeeded
in this case.https://cylc.discourse.group/t/cylc-set-for-a-task-with-multiple-outputs-doesnt-seem-to-do-anything/1074
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.?.?.x
branch.