Azure / azure-functions-python-worker

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

Remove py3.6 reference from dispatcher #1056

Closed gavin-aguiar closed 1 year ago

gavin-aguiar commented 2 years ago

Description

Ref: https://github.com/Azure/azure-functions-pyfx-planning/issues/139

Fixes #


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev@bcda54d). Click here to learn what that means. The diff coverage is 100.00%.

@@          Coverage Diff           @@
##             dev    Azure/azure-functions-python-worker#1056   +/-   ##
======================================
  Coverage       ?   82.80%           
======================================
  Files          ?       33           
  Lines          ?     1774           
  Branches       ?      282           
======================================
  Hits           ?     1469           
  Misses         ?      234           
  Partials       ?       71           
Flag Coverage Δ
unittests 82.80% <100.00%> (?)

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

Impacted Files Coverage Δ
azure_functions_worker/dispatcher.py 89.06% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bcda54d...0b64e4e. Read the comment docs.

gavin-aguiar commented 2 years ago
image

in testutil_lc, also remove there? @gavin-aguiar

More changes are needed for this PR. Making it a draft for now