diff options
author | Daniel Ciborowski <dciborow@microsoft.com> | 2023-03-14 18:23:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 18:23:28 +0300 |
commit | d4c3fefc4a792193428d9ae91125696c5ac2fa2f (patch) | |
tree | 0c657119165b71b44f136f2c4c6b2847c9b8dbe6 /src/python/devcontainer-feature.json | |
parent | 1449f416a0d5c65fbd7e7bfac041eb43f1ecd98d (diff) |
Add pytest to Python Feature (#487)feature_python_1.0.22
* Update install.sh
* Update install_additional_python.sh
* Update install_os_provided_python.sh
* Update install_via_oryx.sh
* Update test.sh
* Update devcontainer-feature.json
Diffstat (limited to 'src/python/devcontainer-feature.json')
-rw-r--r-- | src/python/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index c5f0d76..a954c35 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "1.0.21", + "version": "1.0.22", "name": "Python", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/python", "description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.", |