File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,18 @@ jobs:
69
69
builder-runtime : ' python311'
70
70
builder-runtime-version : ' 3.11'
71
71
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
You can’t perform that action at this time.
0 commit comments