-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update jupyterhub
to 0.9.x series
#604
Conversation
This reverts commit 1f5a2f0.
Selenium tests likely failing on Ubuntu builds due to low bandwith on GitHub CI - they pass on my local Linux machine. It looks like a click action is being blocked by a partially visible modal so we probably just need to robustify the tests by waiting until the modal has fully disappeared from the screen before performing the click. As reference, something similar was carried out previously in this commit: 62efbfa |
Codecov Report
@@ Coverage Diff @@
## master #604 +/- ##
=======================================
Coverage 94.79% 94.79%
=======================================
Files 93 93
Lines 4418 4420 +2
Branches 432 432
=======================================
+ Hits 4188 4190 +2
Misses 168 168
Partials 62 62
Continue to review full report at Codecov.
|
Approaches #605
Upgrades the version of
jupyterhub
to latest in 0.9.x series (0.9.6).