Closed
Description
1) DataScience - Kernels Finder
Python kernel returned if no matching kernel found:
No interpreter found
+ expected - actual
-/bin/python
+/opt/hostedtoolcache/Python/3.8.11/x64/bin/python
at Context.<anonymous> (src/test/datascience/kernel-launcher/kernelFinder.vscode.test.ts:58:16)
2) DataScience - Kernels Finder
Interpreter kernel returned if kernelspec metadata not provided:
No interpreter found
+ expected - actual
-/opt/hostedtoolcache/Python/3.8.11/x64/python
+/opt/hostedtoolcache/Python/3.8.11/x64/bin/python
at Context.<anonymous> (src/test/datascience/kernel-launcher/kernelFinder.vscode.test.ts:70:16)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)