File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9898 ],
9999 "remoteUser" : " codespace" ,
100100 "containerUser" : " codespace" ,
101+
101102 // Use 'forwardPorts' to make a list of ports inside the container available locally.
102103 // "forwardPorts": [],
103- // "oryx build" will automatically install your dependencies and attempt to build your project
104- "postCreateCommand" : " oryx build -p virtualenv_name=.venv --log-file /tmp/oryx-build.log --manifest-dir /tmp || echo 'Could not auto-build. Skipping.'" ,
104+
105105 // Configure tool-specific properties.
106106 "customizations" : {
107107 // Configure properties specific to VS Code.
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.0.22 " ,
2+ "version" : " 2.0.23 " ,
33 "build" : {
44 "latest" : true ,
55 "rootDistro" : " debian" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ check "pydocstyle" pydocstyle --version
3737check " bandit" bandit --version
3838check " virtualenv" virtualenv --version
3939count=$( ls /usr/local/python | wc -l)
40- expectedCount=4 # 2 version folders + 1 current folder which links to either one of the version + 1 folder generated by oryx build command
40+ expectedCount=3 # 2 version folders + 1 current folder which links to either one of the version
4141checkVersionCount " two versions of python are present" $count $expectedCount
4242echo $( echo " python versions" && ls -a /usr/local/python)
4343echo $( echo " pip list" pip list)
You can’t perform that action at this time.
0 commit comments