trim21 / transmission-rpc

https://transmission-rpc.readthedocs.io/en/stable/
MIT License
140 stars 34 forks source link

fix!: remove requests #443

Open trim21 opened 3 months ago

trim21 commented 3 months ago

BREAKING CHANGE: replace requests with urllib3, now client.timeout is a urllib3.Timeout instance.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 85.71429% with 16 lines in your changes missing coverage. Please review.

Project coverage is 78.25%. Comparing base (85f55c4) to head (73cfc4b).

Files Patch % Lines
transmission_rpc/client.py 81.66% 11 Missing :warning:
transmission_rpc/_unix_socket.py 88.00% 3 Missing :warning:
tests/conftest.py 87.50% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #443 +/- ## ========================================== + Coverage 77.71% 78.25% +0.54% ========================================== Files 14 15 +1 Lines 1503 1550 +47 ========================================== + Hits 1168 1213 +45 - Misses 335 337 +2 ``` | [Flag](https://app.codecov.io/gh/trim21/transmission-rpc/pull/443/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | Coverage Δ | | |---|---|---| | [3.10](https://app.codecov.io/gh/trim21/transmission-rpc/pull/443/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.67% <77.67%> (-0.04%)` | :arrow_down: | | [3.11](https://app.codecov.io/gh/trim21/transmission-rpc/pull/443/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.67% <77.67%> (-0.04%)` | :arrow_down: | | [3.12](https://app.codecov.io/gh/trim21/transmission-rpc/pull/443/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.67% <77.67%> (-0.04%)` | :arrow_down: | | [3.8](https://app.codecov.io/gh/trim21/transmission-rpc/pull/443/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.47% <77.47%> (-0.05%)` | :arrow_down: | | [3.9](https://app.codecov.io/gh/trim21/transmission-rpc/pull/443/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.47% <77.47%> (-0.05%)` | :arrow_down: | | [unix-socket](https://app.codecov.io/gh/trim21/transmission-rpc/pull/443/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.79% <85.58%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.