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'm trying to find the way to test all of my jupyterlab extensions in one notebook and I found that nbval could be usefull. But I can't even use it properly, because I'm having this error almost in every notebook (it occures even in documentation index.ipynb file from docs/source).
UPD: I forgot to tell that it happens in jupyterlab in docker container, seems like error doesn't show up outside it
For example:
Code in cell (I know this test should be failed because of random):
I suspect from the traceback that the pytest version is a red herring. I think nbval is clashing with another pytest plugin you have installed - dash/testing/plugin.py .
I'm trying to find the way to test all of my jupyterlab extensions in one notebook and I found that nbval could be usefull. But I can't even use it properly, because I'm having this error almost in every notebook (it occures even in documentation index.ipynb file from docs/source).
UPD: I forgot to tell that it happens in jupyterlab in docker container, seems like error doesn't show up outside it
For example:
Code in cell (I know this test should be failed because of random):
Executing with:
py.test --nbval Untitled.ipynb
And got internal error:
Full error
The text was updated successfully, but these errors were encountered: