You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried debugging this locally but it seems like the ipykernel_NNN part of the error message changes each time the test is run, so always fails.
@chrisjsewell suggested the following may be the issue:
The ipykernel now being installed is ipykernel-6.0.3, whereas previously it was ipykernel-5.5.5, so the easiest thing would be to just add ipykernel~=5.5 to the testing extra
The text was updated successfully, but these errors were encountered:
Describe the problem
The tests are currently failing because the output syntax for errors seem to have changed:
https://github.com/executablebooks/MyST-NB/runs/3210843582#step:5:233
I tried debugging this locally but it seems like the
ipykernel_NNN
part of the error message changes each time the test is run, so always fails.@chrisjsewell suggested the following may be the issue:
The text was updated successfully, but these errors were encountered: