-
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
Loosen Jupyter pinning #3288
Loosen Jupyter pinning #3288
Conversation
e2e tests failed, converting to draft |
features/steps/test_starter/{{ cookiecutter.repo_name }}/requirements.txt
Show resolved
Hide resolved
features/steps/test_starter/{{ cookiecutter.repo_name }}/requirements.txt
Show resolved
Hide resolved
d972260
to
fae7f35
Compare
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.
Thanks, we need to propagate the same changes to starters too.
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.
LGTM! Don't forget to merge this into main
instead of develop
though.
@@ -391,9 +391,12 @@ def exec_notebook(context, command): | |||
@then('I wait for the jupyter webserver to run for up to "{timeout:d}" seconds') | |||
def wait_for_notebook_to_run(context, timeout): | |||
timeout_start = time() | |||
# FIXME: Will continue iterating after the process has returned |
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.
Should this comment stay? 👀
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.
It's stating that there's a flaw in the current logic, but I didn't have time to fix it 😅
See #2276. Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
fae7f35
to
300c27b
Compare
Changed target branch 👍🏽 |
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.
LGTM! 👍
See kedro-org/kedro#2276 and kedro-org/kedro#3288 Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
See kedro-org/kedro#2276 and kedro-org/kedro#3288 Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
See kedro-org/kedro#2276 and kedro-org/kedro#3288 Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Description
Got hit by #2276 because of something else, went ahead and did the change.
Development notes
Followed everything in #2276, except for bumping the minimum requirement of
notebook
(hence making this a non-breaking change)Ideally, to close #2276 this would need to be replicated in the starters too.
Developer Certificate of Origin
We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a
Signed-off-by
line in the commit message. See our wiki for guidance.If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.
Checklist
RELEASE.md
file