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/install.sh | |
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/install.sh')
-rwxr-xr-x | src/python/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/install.sh b/src/python/install.sh index 3f6b4d9..053a72a 100755 --- a/src/python/install.sh +++ b/src/python/install.sh @@ -26,7 +26,7 @@ CONFIGURE_JUPYTERLAB_ALLOW_ORIGIN="${CONFIGUREJUPYTERLABALLOWORIGIN:-""}" # alongside PYTHON_VERSION, but not set as default. ADDITIONAL_VERSIONS="${ADDITIONALVERSIONS:-""}" -DEFAULT_UTILS=("pylint" "flake8" "autopep8" "black" "yapf" "mypy" "pydocstyle" "pycodestyle" "bandit" "pipenv" "virtualenv") +DEFAULT_UTILS=("pylint" "flake8" "autopep8" "black" "yapf" "mypy" "pydocstyle" "pycodestyle" "bandit" "pipenv" "virtualenv" "pytest") PYTHON_SOURCE_GPG_KEYS="64E628F8D684696D B26995E310250568 2D347EA6AA65421D FB9921286F5E1540 3A5CA953F73C700D 04C367C218ADD4FF 0EDDC5F26A45C816 6AF053F07D9DC8D2 C9BE28DEE6DF025C 126EB563A74B06BF D9866941EA5BBD71 ED9D77D5" GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com keyserver hkps://keys.openpgp.org |