Skip to content

Commit

Permalink
Remove the python-function integration test (#370)
Browse files Browse the repository at this point in the history
Python support for Salesforce Functions is being retired:
https://devcenter.heroku.com/articles/salesforce-functions-retirement

Since Python support for Salesforce Functions is still in beta, support for it is being removed now, prior to that of the GA Functions languages.

See also:
heroku/buildpacks-python#83

GUS-W-12613714.
  • Loading branch information
edmorley authored Aug 2, 2023
1 parent 4fd6b1c commit a4da7ed
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
fail-fast: false
matrix:
builder: ["builder-22"]
example: ["java-function", "javascript-function", "python-function", "typescript-function"]
example: ["java-function", "javascript-function", "typescript-function"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 0 additions & 3 deletions examples/python-function/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions examples/python-function/main.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/python-function/payload.json

This file was deleted.

9 changes: 0 additions & 9 deletions examples/python-function/project.toml

This file was deleted.

1 change: 0 additions & 1 deletion examples/python-function/requirements.txt

This file was deleted.

0 comments on commit a4da7ed

Please sign in to comment.