File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626]
2727dependencies = [
2828 " azure-functions==1.24.0; python_version < '3.10'" ,
29- " azure-functions==1.25.0b3 ; python_version >= '3.10'" ,
29+ " azure-functions==1.25.0b4 ; python_version >= '3.10'" ,
3030 " python-dateutil~=2.9.0" ,
3131 " protobuf~=4.25.3; python_version < '3.13'" ,
3232 " protobuf~=5.29.0; python_version == '3.13'" ,
@@ -135,4 +135,4 @@ version = {attr = "azure_functions_worker.version.VERSION"}
135135
136136[tool .pytest .ini_options ]
137137pythonpath = [" workers" ]
138- testpaths = [" workers/tests" , " runtimes/v2/azure_functions_runtime/tests" , " runtimes/v1/azure_functions_runtime_v1/tests" ]
138+ testpaths = [" workers/tests" , " runtimes/v2/azure_functions_runtime/tests" , " runtimes/v1/azure_functions_runtime_v1/tests" ]
You can’t perform that action at this time.
0 commit comments