-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Location of the documentation
https://pytask-dev.readthedocs.io/en/latest/tutorials/how_to_skip_tasks.html#how-to-skip-tasks
Documentation problem
Provide a description of what documentation you believe needs to be fixed/improved.
@pytask.mark.skipif(NO_LONG_RUNNING_TASKS, "Skip long-running tasks.")
Suggested fix for documentation
@pytask.mark.skipif(NO_LONG_RUNNING_TASKS, reason="Skip long-running tasks.")
Similar code fails with:
TypeError: skipif() missing 1 required keyword-only argument: 'reason'
tobiasraabe
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers