Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
333 stars 103 forks source link

Build fixes: Upgrading pip to 23.0 #1221

Closed gavin-aguiar closed 1 year ago

gavin-aguiar commented 1 year ago

Description

DEPRECATION: azure-functions-worker is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559

Fixes https://github.com/Azure/azure-functions-python-worker/issues/1219


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 1 year ago

Codecov Report

Merging #1221 (b44d539) into dev (201c547) will decrease coverage by 51.98%. The diff coverage is n/a.

:exclamation: Current head b44d539 differs from pull request most recent head 957573e. Consider uploading reports for the commit 957573e to get more accurate results

@@             Coverage Diff             @@
##              dev    #1221       +/-   ##
===========================================
- Coverage   83.97%   32.00%   -51.98%     
===========================================
  Files          34       34               
  Lines        1903     1903               
  Branches      366      366               
===========================================
- Hits         1598      609      -989     
- Misses        234     1293     +1059     
+ Partials       71        1       -70     
Flag Coverage Δ
unittests 32.00% <ø> (-51.92%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

see 24 files with indirect coverage changes