python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
189 stars 38 forks source link

Upgrade from deprecated trio.Queue; fix tests; fix docs #49

Closed Zac-HD closed 5 years ago

Zac-HD commented 5 years ago

Closes #46.

Releasing a new version of trio-asyncio with this change will unblock python-trio/pytest-trio#68 - cc @njsmith

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@288abcb). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #49   +/-   ##
=========================================
  Coverage          ?   73.33%           
=========================================
  Files             ?       11           
  Lines             ?     1264           
  Branches          ?      165           
=========================================
  Hits              ?      927           
  Misses            ?      282           
  Partials          ?       55
Impacted Files Coverage Δ
trio_asyncio/base.py 85.39% <100%> (ø)
trio_asyncio/async_.py 85% <100%> (ø)
trio_asyncio/sync.py 81.1% <100%> (ø)

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 288abcb...f56c4be. Read the comment docs.

Zac-HD commented 5 years ago

Ping @smurfix - can you make a release soon to unblock pytest-trio? Thanks!

pquentin commented 5 years ago

Done: https://pypi.org/project/trio_asyncio/#history