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

Fix doc building #812

Merged
merged 2 commits into from
Dec 31, 2021
Merged

Fix doc building #812

merged 2 commits into from
Dec 31, 2021

Conversation

multani
Copy link
Contributor

@multani multani commented Dec 31, 2021

Changes

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • Add a new news fragment into the CHANGES folder
    • name it <issue_id>.<type> (e.g. 588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the PR
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example: Fix issue with non-ascii contents in doctest text files.

aio-libs#804 removed the
`aiokafka.protocol.produce` stubs imported from `kafka-python`, this
caused the documentation to fail to build.
@lgtm-com
Copy link

lgtm-com bot commented Dec 31, 2021

This pull request introduces 4 alerts when merging fb0bfad into 625f046 - view on LGTM.com

new alerts:

  • 2 for Module is imported with 'import' and 'import from'
  • 2 for Wrong number of arguments in a call

aio-libs#810 imports errors from
`setuptools` instead of `distutils`

This is available only starting from `setuptools` v59.0.0
(pypa/setuptools#2858) but RTD currently
defaults to v58.2.0
(https://docs.readthedocs.io/en/stable/builds.html#python)
@codecov
Copy link

codecov bot commented Dec 31, 2021

Codecov Report

Merging #812 (d278a96) into master (2dbf4d0) will decrease coverage by 0.09%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #812      +/-   ##
==========================================
- Coverage   97.96%   97.87%   -0.10%     
==========================================
  Files          31       29       -2     
  Lines        5266     5220      -46     
==========================================
- Hits         5159     5109      -50     
- Misses        107      111       +4     
Flag Coverage Δ
cext 88.31% <73.61%> (+0.48%) ⬆️
integration 97.83% <94.44%> (-0.10%) ⬇️
purepy 97.39% <94.44%> (-0.07%) ⬇️
unit 50.74% <52.77%> (-0.68%) ⬇️

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

Impacted Files Coverage Δ
aiokafka/abc.py 72.22% <ø> (ø)
aiokafka/consumer/consumer.py 97.91% <ø> (ø)
aiokafka/errors.py 100.00% <ø> (ø)
aiokafka/helpers.py 100.00% <ø> (ø)
aiokafka/producer/sender.py 98.68% <83.33%> (-0.86%) ⬇️
aiokafka/conn.py 93.66% <91.17%> (-0.45%) ⬇️
aiokafka/consumer/fetcher.py 97.16% <94.73%> (-0.02%) ⬇️
aiokafka/__init__.py 100.00% <100.00%> (ø)
aiokafka/client.py 98.17% <100.00%> (+0.01%) ⬆️
aiokafka/consumer/group_coordinator.py 99.03% <100.00%> (ø)
... and 6 more

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 625f046...d278a96. Read the comment docs.

@lgtm-com
Copy link

lgtm-com bot commented Dec 31, 2021

This pull request introduces 4 alerts when merging d278a96 into 625f046 - view on LGTM.com

new alerts:

  • 2 for Module is imported with 'import' and 'import from'
  • 2 for Wrong number of arguments in a call

@ods ods merged commit 654fcbf into aio-libs:master Dec 31, 2021
@multani multani deleted the fix-doc-building branch December 31, 2021 13:08
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.

2 participants