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

Aio fixes #735

Merged
merged 6 commits into from
May 11, 2018
Merged

Aio fixes #735

merged 6 commits into from
May 11, 2018

Conversation

vdboor
Copy link
Contributor

@vdboor vdboor commented Apr 26, 2018

  • Fix aiohttp 3.0 support (uses timeout code from stdlib)
  • Fix missing await for the session.close()

The latest zeep still breaks on Tornado 5.x, since Tornado 5 already starts a asyncio loop.

@codecov
Copy link

codecov bot commented Apr 26, 2018

Codecov Report

Merging #735 into master will increase coverage by 0.07%.
The diff coverage is 58.33%.

@@            Coverage Diff            @@
##           master    #735      +/-   ##
=========================================
+ Coverage   89.02%   89.1%   +0.07%     
=========================================
  Files          61      63       +2     
  Lines        4646    4725      +79     
  Branches      818     822       +4     
=========================================
+ Hits         4136    4210      +74     
- Misses        332     337       +5     
  Partials      178     178
Impacted Files Coverage Δ
src/zeep/cache.py 84.9% <100%> (+2.21%) ⬆️
src/zeep/asyncio/transport.py 87.69% <50%> (ø)
src/zeep/asyncio/bindings.py 66.66% <0%> (ø)
src/zeep/xsd/types/complex.py 94.07% <0%> (+0.39%) ⬆️
src/zeep/exceptions.py 89.06% <0%> (+3.12%) ⬆️
src/zeep/asyncio/__init__.py 100% <0%> (+100%) ⬆️

@vdboor vdboor force-pushed the aio-fixes branch 2 times, most recently from dc71783 to 938fae6 Compare April 26, 2018 10:23
vdboor added 2 commits April 26, 2018 16:23
The zeep WSDL loading is not asynchronous yet,
calling it from a coroutine doens't work yet.
@mvantellingen mvantellingen merged commit ad2ce03 into mvantellingen:master May 11, 2018
@vdboor vdboor deleted the aio-fixes branch May 14, 2018 09:20
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