The functional tests for LiveShare are failing on macOS. Please investigate and correct.
Example build with the failure.
May or may not be related to microsoft/vscode-python#4757.
Output from builds:
1) LiveShare tests
Host alone:
Error: Running cells requires Jupyter notebooks to be installed.
at History.<anonymous> (out/client/datascience/history.js:301:27)
at Generator.next (<anonymous>)
at fulfilled (out/client/datascience/history.js:15:58)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
2) LiveShare tests
Host & Guest Simple:
Error: Running cells requires Jupyter notebooks to be installed.
at History.<anonymous> (out/client/datascience/history.js:301:27)
at Generator.next (<anonymous>)
at fulfilled (out/client/datascience/history.js:15:58)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
3) LiveShare tests
Host startup and guest restart:
Error: Running cells requires Jupyter notebooks to be installed.
at History.<anonymous> (out/client/datascience/history.js:301:27)
at Generator.next (<anonymous>)
at fulfilled (out/client/datascience/history.js:15:58)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
4) LiveShare tests
Going through codewatcher:
Error: Running cells requires Jupyter notebooks to be installed.
at History.<anonymous> (out/client/datascience/history.js:301:27)
at Generator.next (<anonymous>)
at fulfilled (out/client/datascience/history.js:15:58)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
5) LiveShare tests
Export from guest:
Error: Running cells requires Jupyter notebooks to be installed.
at HostJupyterExecution.<anonymous> (out/client/datascience/jupyter/jupyterExecution.js:574:23)
at Generator.next (<anonymous>)
at fulfilled (out/client/datascience/jupyter/jupyterExecution.js:12:58)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
The functional tests for LiveShare are failing on macOS. Please investigate and correct.
Example build with the failure.
May or may not be related to microsoft/vscode-python#4757.
Output from builds: