oremanj / greenback

Reenter an asyncio or Trio event loop from synchronous code
https://greenback.readthedocs.io/
Other
77 stars 2 forks source link

Update anyio version used in tests #3

Closed oremanj closed 3 years ago

oremanj commented 3 years ago

Pin greenlet below the new 0.4.17 version with the contextvars bug for now. Workaround coming in a later PR.

codecov[bot] commented 3 years ago

Codecov Report

Merging #3 into master will decrease coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
- Coverage   99.42%   99.23%   -0.20%     
==========================================
  Files           7        7              
  Lines         522      520       -2     
  Branches       37       37              
==========================================
- Hits          519      516       -3     
- Misses          2        3       +1     
  Partials        1        1              
Flag Coverage Δ
#cpython 98.46% <100.00%> (-0.20%) :arrow_down:
#pypy36nightly 93.94% <80.00%> (+0.36%) :arrow_up:
#pypy36release 93.94% <80.00%> (+0.36%) :arrow_up:

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

Impacted Files Coverage Δ
greenback/_impl.py 97.69% <100.00%> (ø)
greenback/_tests/conftest.py 100.00% <100.00%> (ø)
greenback/_tests/test_impl.py 99.35% <100.00%> (-0.65%) :arrow_down:
greenback/_tests/test_util.py 100.00% <100.00%> (ø)

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 52eb6ed...4cc5350. Read the comment docs.