Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

importlib_metadata remove deprecated entry point interfaces #7785

Merged
merged 2 commits into from Oct 12, 2022

Conversation

woutdenolf
Copy link
Contributor

@woutdenolf woutdenolf commented Oct 3, 2022

@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Base: 89.60% // Head: 89.59% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (f77e98a) compared to base (88a0316).
Patch coverage: 57.14% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7785      +/-   ##
==========================================
- Coverage   89.60%   89.59%   -0.01%     
==========================================
  Files         128      128              
  Lines       15871    15877       +6     
  Branches     2116     2117       +1     
==========================================
+ Hits        14221    14225       +4     
- Misses       1421     1423       +2     
  Partials      229      229              
Flag Coverage Δ
unittests 89.57% <42.85%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
celery/utils/imports.py 88.29% <57.14%> (-1.48%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@woutdenolf woutdenolf mentioned this pull request Oct 3, 2022
@woutdenolf woutdenolf marked this pull request as draft October 3, 2022 10:24
@woutdenolf woutdenolf marked this pull request as ready for review October 3, 2022 10:35
@woutdenolf
Copy link
Contributor Author

Either this or #7782

@woutdenolf woutdenolf changed the title importlib_metadata removed deprecated entry point interfaces importlib_metadata remove deprecated entry point interfaces Oct 9, 2022
@auvipy auvipy added this to the 5.3 milestone Oct 12, 2022
@auvipy
Copy link
Member

auvipy commented Oct 19, 2022

with a new kombu release, the doc build is still failing, on python 3.7 first as per the doc build

@woutdenolf
Copy link
Contributor Author

woutdenolf commented Oct 19, 2022

The doc build installs kombu-5.2.4 not kombu-5.3.0b2

Collecting kombu<6.0,>=5.2.3
  Downloading kombu-5.2.4-py3-none-any.whl (189 kB)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Celery Import Error
3 participants