-
Notifications
You must be signed in to change notification settings - Fork 151
Fix tests against jupyter_server 2 #366
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
Fix tests against jupyter_server 2 #366
Conversation
@jupyterlab/server-proxy
to @jupyterhub/jupyter-server-proxy
#363
I'd probably just skip the browser_check, not really sure what value it provides over the actual browser-based acceptance tests. |
Ok, skipping |
@@ -111,7 +112,7 @@ jobs: | |||
- name: Install Acceptance test dependencies | |||
run: | | |||
# the acceptance test requires notebook to run | |||
pip install "notebook<7" robotframework-jupyterlibrary | |||
pip install "notebook<7" "robotframework-jupyterlibrary>=0.4.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.
alternately we could hoist notebook
to the [acceptance]
extra and install that
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.
Seems fine to me! Merge if you're happy
Oh hang on, the https://github.com/jupyterhub/jupyter-server-proxy/blob/main/.github/workflows/test.yaml workflow isn't running |
I'm away from keyboard for a couple hours, if it's obvious how to fix the
selector, go ahead!
…On Mon, Jan 2, 2023, 13:49 Simon Li ***@***.***> wrote:
Oh hang on, the
https://github.com/jupyterhub/jupyter-server-proxy/blob/main/.github/workflows/test.yaml
workflow isn't running
—
Reply to this email directly, view it on GitHub
<#366 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALCRH2PAYMQDTQDRVO7EDWQMWNNANCNFSM6AAAAAATO75JYI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Think it just needs quotes
…On Mon, Jan 2, 2023, 13:54 Erik Sundell ***@***.***> wrote:
Thank you soo much for your work on this @bollwyvl
<https://github.com/bollwyvl>!!!! ❤️ 🎉!
@manics <https://github.com/manics> this was the issue it seems. I'll
quit working for today I think but I'm happy to help resolve this later!
[image: image]
<https://user-images.githubusercontent.com/3837114/210273485-ba3060bd-dad8-429f-938d-389553853025.png>
—
Reply to this email directly, view it on GitHub
<#366 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALCRGJ6PY7ISBIMO2V263WQMXBBANCNFSM6AAAAAATO75JYI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The web editor liked the |
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.
Added comments and renamed a constant for readability, but this LGTM!
53fa0d4
to
292ea2d
Compare
8999d8d
to
9484cc7
Compare
I updated the title to clarify that this PR is only adjusting the tests, not the software itself. I also pushed two commits with:
THANK YOU @bollwyvl for your work on this!!! ❤️ 🎉 🌻 |
References
Changes
jupyter_server
version inforobotframework-jupyterlibrary
Notes
jupyter-notebook
CLI command withjupyter_server@2
, butjupyter-server
andjupyter-lab
seem to work