Skip to content

Commit bff6619

Browse files
hallvictoriaAzureFunctionsPython
and
AzureFunctionsPython
authored
build: update Python SDK Version to 1.21.0b1 (#1553)
* Update Python SDK Version to 1.21.0b1 * Update pyproject.toml * skip db tests --------- Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent 692aba1 commit bff6619

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/templates/official/jobs/ci-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
displayName: 'Install test python extension, dependencies and the worker'
117117
condition: or(eq(variables.isExtensionsRelease, true), eq(variables['USETESTPYTHONEXTENSIONS'], true))
118118
- bash: |
119-
python -m pytest -q -n auto --dist loadfile --reruns 4 --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend tests/extension_tests/deferred_bindings_tests tests/extension_tests/http_v2_tests
119+
python -m pytest -q -n auto --dist loadfile --reruns 4 --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend tests/extension_tests/deferred_bindings_tests/test_deferred_bindings_blob_functions.py tests/extension_tests/http_v2_tests
120120
env:
121121
AzureWebJobsStorage: $(STORAGE_CONNECTION)
122122
AzureWebJobsCosmosDBConnectionString: $(COSMOSDB_CONNECTION)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Intended Audience :: Developers"
2727
]
2828
dependencies = [
29-
"azure-functions==1.20.0",
29+
"azure-functions==1.21.0b1",
3030
"python-dateutil ~=2.9.0",
3131
"protobuf~=3.19.3; python_version == '3.7'",
3232
"protobuf~=4.25.3; python_version >= '3.8'",

0 commit comments

Comments
 (0)