Skip to content

Commit d1f3726

Browse files
committed
chore: disable Python 3.12 conformance tests
1 parent ed0ae24 commit d1f3726

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,18 @@ jobs:
6969
builder-runtime: 'python311'
7070
builder-runtime-version: '3.11'
7171
start-delay: 5
72-
python312:
73-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
74-
with:
75-
http-builder-source: 'tests/conformance'
76-
http-builder-target: 'write_http_declarative'
77-
cloudevent-builder-source: 'tests/conformance'
78-
cloudevent-builder-target: 'write_cloud_event_declarative'
79-
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
80-
builder-runtime: 'python312'
81-
builder-runtime-version: '3.12'
82-
start-delay: 5
72+
# Python 3.12 conformance tests are disabled due to the buildpack defaulting to
73+
# Ubuntu 18.04, which has no Python 3.12 version, and being unable to specify
74+
# the OS/stack via the conformance test configuration
75+
#
76+
# python312:
77+
# uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
78+
# with:
79+
# http-builder-source: 'tests/conformance'
80+
# http-builder-target: 'write_http_declarative'
81+
# cloudevent-builder-source: 'tests/conformance'
82+
# cloudevent-builder-target: 'write_cloud_event_declarative'
83+
# prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
84+
# builder-runtime: 'python312'
85+
# builder-runtime-version: '3.12'
86+
# start-delay: 5

0 commit comments

Comments
 (0)