Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
151 stars 63 forks source link

Exclude azure from package build #97

Closed gavin-aguiar closed 2 years ago

gavin-aguiar commented 2 years ago

Description:

Excluded azure from the packages. This fixes an issue where the azure functions version does not get updated when a version is specified in the functions requirements.txt file. Reason for this is since azure directory has an init.py file, including azure in the package build overrides the users dependencies.

github-actions[bot] commented 2 years ago

:white_check_mark: Result of Pytest Coverage