Skip to content
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

feat: support for Voila v0.2 #2175

Merged
merged 2 commits into from
Nov 6, 2020

Conversation

mariobuikhuizen
Copy link
Contributor

Voila v0.2 has a dependency on jupyter-client>6. The current pinning of <6 is not necessary any more (see #2174).

Closes #2174.

Voila v0.2 has a dependency on jupyter-client>6. The current pinning
of <6 is not necessary anymore (see glue-viz#2174).

Closes glue-viz#2174.
@codecov
Copy link

codecov bot commented Sep 24, 2020

Codecov Report

Merging #2175 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2175      +/-   ##
==========================================
- Coverage   88.04%   88.02%   -0.03%     
==========================================
  Files         247      247              
  Lines       22956    22956              
==========================================
- Hits        20211    20206       -5     
- Misses       2745     2750       +5     
Impacted Files Coverage Δ
glue/app/qt/application.py 78.63% <0.00%> (-0.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b968b3...f928f31. Read the comment docs.

@mariobuikhuizen
Copy link
Contributor Author

@astrofrog do you have an idea why some test variants fail?

@maartenbreddels
Copy link
Contributor

Error related to jupyter/jupyter_client#523

@mariobuikhuizen mariobuikhuizen force-pushed the feat_support_voila_0.2 branch 2 times, most recently from b670359 to f928f31 Compare November 6, 2020 09:12
@astrofrog astrofrog merged commit db16871 into glue-viz:master Nov 6, 2020
astrofrog added a commit that referenced this pull request Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Voila 0.2
3 participants