diff options
author | Chuck Lantz <clantz@microsoft.com> | 2022-11-07 21:46:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 21:46:23 +0300 |
commit | 3020d6da64798ee994d407ffd3ce3f800f6dff92 (patch) | |
tree | 4ed3232c30221851cfaf5c074fdc36c6c5c8bcc1 /test/python/scenarios.json | |
parent | 73a9c7d38293067a4081b8d79dd12e92a585ef83 (diff) |
Fix python feature issue #258, improve tests, fix oryx bug (#261)
* Fix #258, improve tests, fix oryx bug
* Drop Debian 9 from tests given it is out of support
Diffstat (limited to 'test/python/scenarios.json')
-rw-r--r-- | test/python/scenarios.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/python/scenarios.json b/test/python/scenarios.json index 80e0fb5..920f4a2 100644 --- a/test/python/scenarios.json +++ b/test/python/scenarios.json @@ -33,8 +33,13 @@ "install_os_provided_python": { "image": "mcr.microsoft.com/devcontainers/base:0-bullseye", "features": { - "node": "latest", "python": "os-provided" } + }, + "install_via_oryx": { + "image": "mcr.microsoft.com/oryx/build:full-debian-bullseye", + "features": { + "python": "3.10" + } } }
\ No newline at end of file |