-
Notifications
You must be signed in to change notification settings - Fork 910
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
Remove development related CLI commands #1617
Milestone
Comments
5 tasks
Just wanted to put a note here so it doesn't get lost. I've updated the docs in advance of the removal of
|
Closed by #3065 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the research conducted in #1293 it has been decided that the following commands will all be deprecated and removed:
kedro jupyter convert
kedro activate-nbstripout
kedro build-docs
kedro build-reqs
kedro lint
kedro test
Remove all the above commands from Kedro on
develop
, this also includes updating documentation that mentions any of the above commands.The template project should still be linted and
pytest
should run on it, so some of these calls (e.g. in e2e tests) need to be replaced with the underlying calls, e.g.pytest
.This will be released in Kedro
0.19.0
The text was updated successfully, but these errors were encountered: