-
Notifications
You must be signed in to change notification settings - Fork 149
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
Add notebook dependency to CI to test serverextension
, fix CI
#869
Add notebook dependency to CI to test serverextension
, fix CI
#869
Conversation
132c1a2
to
91d3edb
Compare
The lint failure is due to robottidy changing |
The individual rule could be relaxed for now...
…On Sun, Oct 23, 2022, 13:58 Michał Krassowski ***@***.***> wrote:
The lint failure is due to robottidy changing Test Tags to Force Tags (
MarketSquare/robotframework-tidy#432
<MarketSquare/robotframework-tidy#432>) and
then robocop complaining that it should be the other way. Nothing to do
other than wait for a release upstream.
—
Reply to this email directly, view it on GitHub
<#869 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALCRCQL22BCASGGJEAPODWEWDD3ANCNFSM6AAAAAARMCTWHQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Kicking CI since the new release is already available and on conda-forge (thanks for a quick merge @bollwyvl). |
serverextension
, fix CI
bash language server failures are gone (I did suspect this was an intermittent issue, waiting helped), but now MacOS smoke fails with cryptic:
but This constant CI flake is really burning out energy. |
Perhaps try Maybe some new There is still the option of pinning the dependencies down harder with e.g. |
It may also be worth upgrading the various |
I will experiment in krassowski#3 |
Perhaps this: css:button[title="Refresh File List"] Could be pointed at the more stable: css:button[data-command="filebrowser:refresh"] |
This feels almost certainly related to the Create Notebok Server Config
# ...
${conf} = Set Variable ${NOTEBOOK DIR}${/}${JPSERVER CONF JSON}
Set Environment Variable
... name=JUPYTER_CONFIG_DIR
... value=${NOTEBOOK DIR} |
91d3edb
to
b8a4b7b
Compare
as an attempt to fix 'Handles Server Extension Failure' test failures
ec31199
to
77fe7be
Compare
🎉 all 💚 |
An attempt to fix CI failure seen in #867