aboutsummaryrefslogtreecommitdiff
path: root/test/python/scenarios.json
Commit message (Collapse)AuthorAgeFilesLines
* [Python] - Support 3.12 (#726)feature_python_1.3.0Samruddhi Khandale2023-10-181-1/+9
|
* [python] Change the `sudo_if` function to avoid issues with Bash (#694)feature_python_1.2.0Alexander Smolyakov2023-09-271-1/+21
| | | | | | | | | | | | | | | | | | | | | | | * [python] Updated `sudo_if` function - Remove double quotes to avoid issues with string tokenization * Add test scenario * Revert "Add test scenario" This reverts commit 9e62a3797a8f5eddf5c24a6b5fd30bd2c4be8c54. * Update `jupyterlab git` package name * Bump feature version * Test: Install jupyterlab under root user * Refactor changes * Bump patch version * Address review points
* Python bug fix - Add jupyterlab even if python is not installed by Feature ↵Samruddhi Khandale2022-11-161-0/+12
| | | | | | | | | | | but exists (#244) * python fix bug * fix test * address comments * address comment
* Fix python feature issue #258, improve tests, fix oryx bug (#261)Chuck Lantz2022-11-071-1/+6
| | | | * Fix #258, improve tests, fix oryx bug * Drop Debian 9 from tests given it is out of support
* Python version 3.11 (#237)Edmundo Gonzalez2022-10-261-2/+2
| | | | | * Adding 3.11 option * Updating tests.
* Fix additional Python and JupyterLab edge case (#182)JP Ungaretti2022-09-261-4/+13
| | | | | | | | | | | | | | | * Remove bloat from JupyterLab test * Check location of JupyterLab installation * Remove common-utils * Add failing additional with JL test * Fix Python feature * Update scenario images * Bump patch version
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-241-0/+31
* test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh