aboutsummaryrefslogtreecommitdiff
path: root/test/python/scenarios.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-11-16 00:26:26 +0300
committerGitHub <noreply@github.com>2022-11-16 00:26:26 +0300
commitf9acb6aae1e520b0b61aaac9ab4ecb00dd497451 (patch)
treeee6c4e60efa56f52b6258f40d0b663da06b690a9 /test/python/scenarios.json
parenta5655189a24b04fc43f4ae9dcae0be5acf1b9ecb (diff)
Python bug fix - Add jupyterlab even if python is not installed by Feature but exists (#244)
* python fix bug * fix test * address comments * address comment
Diffstat (limited to 'test/python/scenarios.json')
-rw-r--r--test/python/scenarios.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/python/scenarios.json b/test/python/scenarios.json
index 920f4a2..c3c1a82 100644
--- a/test/python/scenarios.json
+++ b/test/python/scenarios.json
@@ -13,6 +13,7 @@
"remoteUser": "vscode",
"features": {
"python": {
+ "version": "latest",
"installJupyterlab": true,
"configureJupyterlabAllowOrigin": "*"
}
@@ -36,6 +37,17 @@
"python": "os-provided"
}
},
+ "install_jupyterlab_from_python_image": {
+ "image": "mcr.microsoft.com/devcontainers/python:3.10-bullseye",
+ "remoteUser": "vscode",
+ "features": {
+ "python": {
+ "version": "none",
+ "installTools": false,
+ "installJupyterlab": true
+ }
+ }
+ },
"install_via_oryx": {
"image": "mcr.microsoft.com/oryx/build:full-debian-bullseye",
"features": {